mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-01-25 12:52:57 +08:00
Revert changes for debugging purpose
This commit is contained in:
parent
8b8777e932
commit
fb547c17ca
@ -472,7 +472,7 @@ public final class DispatchServer {
|
||||
// log-upload-os.mihoyo.com
|
||||
httpServer.all("/log/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
|
||||
httpServer.all("/perf/config/verify", new DispatchHttpJsonHandler("{\"code\":0}"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user