[maimai2] Fix endpoint incompatibility with patches

This commit is contained in:
Dom Eori
2022-03-11 04:05:06 +09:00
parent cbae5d049c
commit ee6d28bd00
3 changed files with 3 additions and 3 deletions

View File

@@ -141,7 +141,7 @@ public class AllNetController {
case "SDEY":
return "http://" + addr + ":" + port + "/MaimaiServlet/";
case "SDEZ":
return "http://" + addr + ":" + port + "/";
return "http://" + addr + ":" + port + "/Maimai2Servlet/";
default:
return "http://" + addr + ":" + port + "/";
}