[ongeki] Add ongeki basic support and api endpoint.

This commit is contained in:
samnyan
2020-03-21 01:05:42 +09:00
parent c27a45a4d4
commit d3223309e3
91 changed files with 7322 additions and 16 deletions

View File

@@ -73,7 +73,7 @@ public class AllNetController {
case "SBZV":
return "http://" + HOST + ":" + PORT + "/diva/";
default:
return "http://" + HOST + ":" + PORT + "/";
return "http://" + HOST + ":" + PORT + "/ongeki/";
}
}