Skip to content

Commit

Permalink
added in pass through for swagger and analytics id
Browse files Browse the repository at this point in the history
  • Loading branch information
crowz-fx committed Dec 9, 2019
1 parent c7209a4 commit 1776049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def post_to_analytics(endpoint):
# main route for the home page
@app.route("/api/http-status/info")
def info():
return render_template('info.html')
return render_template("info.html", ga_id = ga_id, swagger_url = api_version + "/ui")

# start up of the server app instance
if __name__ == "__main__":
Expand Down

0 comments on commit 1776049

Please sign in to comment.