forked from Cookies_Github_mirror/AquaDX
[ongeki] Server endpoint url change
This commit is contained in:
@@ -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 + "/";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user