Skip to content

soosBot-com/github.soosBot.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

from sanic import Sanic, response

app = Sanic(__name__)


@app.route("/<github_path>")
async def redirect(request, github_path):
    return response.redirect(f"https://github.com/soosBot-com/{github_path}")


if __name__ == "__main__":
    app.run(host="0.0.0.0", port=80)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages