Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ class System(BaseModel):
|
|
14 |
|
15 |
app = FastAPI()
|
16 |
|
17 |
-
@app.get("
|
18 |
def greet_json():
|
19 |
return '''<!DOCTYPE html>
|
20 |
<html lang="en">
|
|
|
14 |
|
15 |
app = FastAPI()
|
16 |
|
17 |
+
@app.get("/", response_class=HTMLResponse)
|
18 |
def greet_json():
|
19 |
return '''<!DOCTYPE html>
|
20 |
<html lang="en">
|