Skip to content

Commit

Permalink
gg
Browse files Browse the repository at this point in the history
  • Loading branch information
upayanmazumder committed Nov 29, 2024
1 parent 730b88f commit 992631c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CLI/cas/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from http.server import HTTPServer, BaseHTTPRequestHandler

API_BASE_URL = "https://cas.upayan.dev"
LOGIN_ENDPOINT = f"{API_BASE_URL}/auth/login"
LOGIN_ENDPOINT = f"{API_BASE_URL}/auth"

class AuthCallbackHandler(BaseHTTPRequestHandler):
"""
Expand Down

0 comments on commit 992631c

Please sign in to comment.