no message

This commit is contained in:
Sola
2016-03-25 05:58:13 +08:00
parent 8551dce821
commit 0723dd6090

View File

@@ -67,8 +67,8 @@ public class APIRouter extends HttpServlet {
try {
API api = nodes.get(req.getPathInfo());
if (api == null) {
obj = nodes;
// resp.sendError(HttpServletResponse.SC_FORBIDDEN);
obj = req.getPathInfo();
return;
}
WxSession session = getSession(req);