dtsky commited on
Commit
5bbf562
·
1 Parent(s): 61845aa

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +6 -1
main.py CHANGED
@@ -13,4 +13,9 @@ from fastapi import FastAPI
13
  app = FastAPI(
14
  # docs_url=None,
15
  redoc_url=None
16
- )
 
 
 
 
 
 
13
  app = FastAPI(
14
  # docs_url=None,
15
  redoc_url=None
16
+ )
17
+
18
+
19
+ @app.get("/")
20
+ def get_b64():
21
+ return "hello world"