[ongeki] Server endpoint url change

This commit is contained in:
samnyan
2020-03-22 20:39:59 +09:00
parent 99ee6d9df2
commit 283b70a243
3 changed files with 5 additions and 3 deletions

View File

@@ -72,8 +72,10 @@ public class AllNetController {
return "http://" + HOST + ":" + PORT + "/";
case "SBZV":
return "http://" + HOST + ":" + PORT + "/diva/";
case "SDDT":
return "http://" + HOST + ":" + PORT + "/OngekiServlet/";
default:
return "http://" + HOST + ":" + PORT + "/ongeki/";
return "http://" + HOST + ":" + PORT + "/";
}
}