From 992631c3bd84b897624d9276c60e3c7578c0767a Mon Sep 17 00:00:00 2001 From: upayanmazumder Date: Fri, 29 Nov 2024 11:21:50 +0530 Subject: [PATCH] gg --- CLI/cas/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLI/cas/auth.py b/CLI/cas/auth.py index 00dfd8f..99d9e8a 100644 --- a/CLI/cas/auth.py +++ b/CLI/cas/auth.py @@ -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): """