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)
-
Notifications
You must be signed in to change notification settings - Fork 0
soosBot-com/github.soosBot.com
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published