Skip to content

Commit

Permalink
Revert changes for debugging purpose
Browse files Browse the repository at this point in the history
  • Loading branch information
mingjun97 authored and Melledy committed May 1, 2022
1 parent 8b8777e commit fb547c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ public void start() throws Exception {
// 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}"));

Expand Down

0 comments on commit fb547c1

Please sign in to comment.