This website requires JavaScript.
Explore
Help
Sign In
bart
/
tg_bot_zammad
Watch
1
Star
0
Fork
You've already forked tg_bot_zammad
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2a4db106a3
tg_bot_zammad
/
main.py
8 lines
103 B
Python
Raw
Blame
History
import
FastAPI
app
=
FastAPI
(
)
@app.get
(
"
/
"
)
async
def
root
(
)
:
return
{
"
message
"
:
"
Hello World
"
}
Reference in New Issue
View Git Blame
Copy Permalink