This website requires JavaScript.
Explore
Help
Sign In
my-dev
/
uploader-bot
Watch
4
Star
0
Fork
You've already forked uploader-bot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
308099f8de
uploader-bot
/
app
/
api
/
routes
/
_index.py
7 lines
89 B
Python
Raw
Blame
History
from
sanic
import
response
async
def
s_index
(
request
)
:
return
response
.
text
(
"
OK
"
)
Reference in New Issue
View Git Blame
Copy Permalink