changed root
Browse files
main.py
CHANGED
@@ -24,7 +24,7 @@ def on_startup():
|
|
24 |
|
25 |
@app.get("/")
|
26 |
async def root():
|
27 |
-
return {"message": "
|
28 |
|
29 |
@app.post("/login")
|
30 |
def login_for_access_token(
|
|
|
24 |
|
25 |
@app.get("/")
|
26 |
async def root():
|
27 |
+
return {"message": "Pulsse spalsh screen!"}
|
28 |
|
29 |
@app.post("/login")
|
30 |
def login_for_access_token(
|