Skip to content

Commit

Permalink
Delete app.yaml and index.html files
Browse files Browse the repository at this point in the history
  • Loading branch information
ExplorerGT92 authored and ExplorerGT92 committed Feb 2, 2024
1 parent 312e22d commit 577b5e5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions app.yaml

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion web_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@app.route("/")
async def index():
return await send_file("index.html")
return await send_file("templates/index.html")


@app.route("/static/<path:path>")
Expand Down

0 comments on commit 577b5e5

Please sign in to comment.