no message

This commit is contained in:
Sola
2016-03-25 04:17:21 +08:00
parent 1835510283
commit 2eb5b1344f

View File

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