Skip to content

Commit 491ddc4

Browse files
authored
Merge pull request #6 from mihailgaberov/patch-1
Fixed typo
2 parents 4382751 + 3a6c021 commit 491ddc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def login():
3838
return "invalide credentials", 401
3939

4040

41-
@server.route("/validate", method=["POST"])
41+
@server.route("/validate", methods=["POST"])
4242
def validate():
4343
encoded_jwt = request.headers["Authorization"]
4444

0 commit comments

Comments
 (0)