mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-24 05:49:12 +00:00
Revert changes for debugging purpose
This commit is contained in:
parent
582d91227c
commit
1ac5aeb286
@ -472,7 +472,7 @@ public final class DispatchServer {
|
|||||||
// log-upload-os.mihoyo.com
|
// log-upload-os.mihoyo.com
|
||||||
httpServer.all("/log/sdk/upload", new DispatchHttpJsonHandler("{\"code\":0}"));
|
httpServer.all("/log/sdk/upload", new DispatchHttpJsonHandler("{\"code\":0}"));
|
||||||
httpServer.all("/sdk/upload", new DispatchHttpJsonHandler("{\"code\":0}"));
|
httpServer.all("/sdk/upload", new DispatchHttpJsonHandler("{\"code\":0}"));
|
||||||
httpServer.post("/sdk/dataUpload", (req, res) -> res.send("Hello"));
|
httpServer.post("/sdk/dataUpload", new DispatchHttpJsonHandler("{\"code\":0}"));
|
||||||
// /perf/config/verify?device_id=xxx&platform=x&name=xxx
|
// /perf/config/verify?device_id=xxx&platform=x&name=xxx
|
||||||
httpServer.all("/perf/config/verify", new DispatchHttpJsonHandler("{\"code\":0}"));
|
httpServer.all("/perf/config/verify", new DispatchHttpJsonHandler("{\"code\":0}"));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user