This commit is contained in:
Sola
2015-12-16 16:38:17 +08:00
parent 8aee2a047d
commit d518492caa

View File

@@ -1,10 +1,18 @@
package love.sola.netsupport.api.admin;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
/**
* ***********************************************
* Created by Sola on 2015/12/13.
* Don't modify this source without my agreement
* ***********************************************
*/
public class TicketQuery {
@WebServlet(name = "TicketLookup", urlPatterns = "/api/admin/ticketlookup", loadOnStartup = 24)
public class TicketLookup extends HttpServlet {
}