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="*",
|
allow_headers="*",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@app.get('/')
|
||||||
def index():
|
def index():
|
||||||
return {
|
return {
|
||||||
'🏳️⚧️': 'trans rights!',
|
'🏳️⚧️': 'trans rights!',
|
||||||
|
|
Loading…
Reference in a new issue