mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-28 23:55:04 +08:00
no message
This commit is contained in:
@@ -75,7 +75,8 @@ public class APIRouter extends HttpServlet {
|
||||
getServletContext().getClassLoader().toString(),
|
||||
getClass().getClassLoader().toString(),
|
||||
getClass().getPackage().getName(),
|
||||
API.class.getClassLoader().toString()
|
||||
API.class.getClassLoader().toString(),
|
||||
CheckSession.class.getClassLoader().toString()
|
||||
};
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user