mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 01:41:05 -05:00
Remove trailing slashing from urls
This commit is contained in:
@@ -14,7 +14,7 @@ user = Blueprint('user', __name__)
|
||||
|
||||
|
||||
# TODO auth to be added
|
||||
@user.route('/', methods=['POST'])
|
||||
@user.route('', methods=['POST'])
|
||||
def create_user():
|
||||
user, errors = user_schema.load(request.get_json())
|
||||
if errors:
|
||||
|
||||
Reference in New Issue
Block a user