Open github-actions[bot] opened 4 months ago
https://github.com/Local-osu-Server/osu_client_server/blob/dd11984f413e466d65f48865301b1d37afb94e08/main.py#L21
app.include_router(application_router) for prefix in ("c", "ce", "c4", "c5", "c6"): app.include_router(bancho_router, prefix=f"/{prefix}") # TODO: Handle /assets/* # TODO: Handle /web/* # TODO: Handle /a/* # TODO: Handle /b/* # TODO: Handle /osu/* yield
https://github.com/Local-osu-Server/osu_client_server/blob/dd11984f413e466d65f48865301b1d37afb94e08/main.py#L21