add token life by hour
Test Workflow / test (push) Successful in 3s

This commit is contained in:
vladp
2026-01-05 16:31:40 +07:00
parent 0da0404488
commit f1222ede57
@@ -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;
}