Skip to content

Commit

Permalink
default to server
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Dec 7, 2023
1 parent 6373e28 commit f10f1a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-15-python-jwt-login.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit f10f1a4

Please sign in to comment.