Skip to content

Commit

Permalink
Testing, installing latest version of downloader from git.
Browse files Browse the repository at this point in the history
  • Loading branch information
david-i-berry committed Aug 19, 2024
1 parent caa4d54 commit 711e4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2downloader/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def delete_subscription(topic):
mimetype="application/json")


@app.route('')
@app.route('/')
@app.route('/swagger')
def render_swagger():
return render_template('swagger.html', )
Expand Down

0 comments on commit 711e4cd

Please sign in to comment.