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