ministerchief commited on
Commit
1422cb3
·
verified ·
1 Parent(s): c638ef6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -10,14 +10,6 @@ app = Flask(
10
  static_folder=os.path.join(base_dir, 'static')
11
  )
12
 
13
- from fastapi import FastAPI
14
-
15
- app = FastAPI()
16
-
17
- @app.get("/")
18
- def greet_json():
19
- return {"Hello": "World!"}
20
-
21
 
22
  @app.route('/')
23
  def home():
 
10
  static_folder=os.path.join(base_dir, 'static')
11
  )
12
 
 
 
 
 
 
 
 
 
13
 
14
  @app.route('/')
15
  def home():