Skip to content

Commit

Permalink
Merge branch 'main' of github.com:gpivaro/Project_2 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
gpivaro committed Dec 11, 2020
2 parents bbda3a2 + 6476f9a commit 31eb2b2
Show file tree
Hide file tree
Showing 4 changed files with 731 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ def welcome():
def aircraft_analysis():
return render_template("icao24_View_Gabriel.html")

# Home page.
@app.route("/sarah")
def home():
return render_template("index_sarah.html")

# Return the APIs route available
@app.route("/api/v1.0/")
Expand Down
Loading

0 comments on commit 31eb2b2

Please sign in to comment.