diff --git a/_posts/2023-12-15-python-jwt-login.md b/_posts/2023-12-15-python-jwt-login.md index d7e00126..8348d198 100644 --- a/_posts/2023-12-15-python-jwt-login.md +++ b/_posts/2023-12-15-python-jwt-login.md @@ -25,7 +25,7 @@ courses: { csp: {week: 17 }} var uri = "https://flask2.nighthawkcodingsociety.com" // Uncomment a line below to match localhost testing // uri = "http://localhost:8086" - uri = "http://127.0.0.1:8086" + // uri = "http://127.0.0.1:8086" // Authenticate endpoint const url = uri + '/api/users/authenticate';