Local-osu-Server / osu_client_server

0 stars 0 forks source link

Handle /osu/* #80

Open github-actions[bot] opened 2 months ago

github-actions[bot] commented 2 months ago

https://github.com/Local-osu-Server/osu_client_server/blob/dd11984f413e466d65f48865301b1d37afb94e08/main.py#L23


    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