This commit is contained in:
Redkale
2017-05-16 20:11:45 +08:00
parent 278c51e26b
commit 85c708b075

View File

@@ -33,7 +33,7 @@ public final class ApiDocsService {
public void run() throws Exception {
List<Map> serverList = new ArrayList<>();
Field __prefix = HttpServlet.class.getDeclaredField("__prefix");
Field __prefix = HttpServlet.class.getDeclaredField("_prefix");
__prefix.setAccessible(true);
Map<String, Map<String, Map<String, Object>>> typesmap = new LinkedHashMap<>();
for (NodeServer node : app.servers) {