Require auth on upload-token
This commit is contained in:
@@ -13,7 +13,6 @@ UNPROTECTED_ROUTES = [
|
||||
"atst.helpdocs",
|
||||
"static",
|
||||
"atst.about",
|
||||
"atst.upload_token",
|
||||
]
|
||||
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@ from flask import (
|
||||
render_template,
|
||||
request as http_request,
|
||||
url_for,
|
||||
current_app,
|
||||
)
|
||||
|
||||
from . import task_orders_bp
|
||||
|
||||
Reference in New Issue
Block a user