NCBACK-27 #12

Merged
backdev merged 6 commits from NCBACK-27 into dev 2026-01-20 16:20:38 +08:00
Showing only changes of commit f1222ede57 - Show all commits
@@ -25,7 +25,7 @@ public class HandlerConfig {
map.put(20004, upload);
map.put(20005, file);
map.put(20006, logoutHandler);
map.put(20007, authRequestHandler);
map.put(20008, authRequestHandler);
return map;
}