Skip to content

Commit

Permalink
see if unbalanced works
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Dec 7, 2023
1 parent 5a5ff0b commit 6373e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2023-12-15-python-jwt-database.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,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"

// Users endpoint
const url = uri + '/api/users/';
Expand Down

0 comments on commit 6373e28

Please sign in to comment.