UPDATE: Cleaned up code for some blueprints

This commit is contained in:
white
2025-03-02 15:54:03 +00:00
parent a5d27f9497
commit b62ebf584d
3 changed files with 13 additions and 18 deletions

View File

@@ -10,7 +10,6 @@ from secrets import token_hex
auth_bp = Blueprint("auth", __name__)
@auth_bp.route("/signup", methods=["POST"])
@cross_origin(supports_credentials=True)
def signup():