From 6373e287cb62f0ce18e8bf699e3cc84e53ffd4a8 Mon Sep 17 00:00:00 2001 From: jm1021 Date: Thu, 7 Dec 2023 08:11:06 -0800 Subject: [PATCH] see if unbalanced works --- _posts/2023-12-15-python-jwt-database.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2023-12-15-python-jwt-database.md b/_posts/2023-12-15-python-jwt-database.md index e5fd461d..ce797785 100644 --- a/_posts/2023-12-15-python-jwt-database.md +++ b/_posts/2023-12-15-python-jwt-database.md @@ -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/';