fix: this is a route
All checks were successful
Publish docker image / Publish (push) Successful in 2m24s
All checks were successful
Publish docker image / Publish (push) Successful in 2m24s
This commit is contained in:
parent
07e9ba3543
commit
ce3bcc443b
1 changed files with 1 additions and 0 deletions
|
@ -23,6 +23,7 @@ app.add_middleware(
|
|||
allow_headers="*",
|
||||
)
|
||||
|
||||
@app.get('/')
|
||||
def index():
|
||||
return {
|
||||
'🏳️⚧️': 'trans rights!',
|
||||
|
|
Loading…
Reference in a new issue