mirror of
https://github.com/autistic-symposium/web3-starter-py.git
synced 2025-05-17 14:10:21 -04:00
Update api.py
This commit is contained in:
parent
56aafcca64
commit
05fd597a7f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ app = FastAPI()
|
|||
@app.get("/", tags=["Root"])
|
||||
async def read_root() -> dict:
|
||||
return {
|
||||
"message": "$CHOICES Timezone API ⏳✨. Try /docs to learn about this API"
|
||||
"message": "Location API 🗺✨. Try /docs to learn about this API"
|
||||
}
|
||||
|
||||
app.include_router(LocationRouter, prefix="/tzone")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue