This commit is contained in:
2025-12-17 17:26:22 +08:00
parent 219112a84c
commit 35f81447b2
+1 -1
View File
@@ -247,7 +247,7 @@ func main() {
helper.LogInfo("WARNING: Ensure Redis is secured to prevent unauthorized access. Use a strong password and bind Redis to localhost or a secure network.")
helper.LogInfo("INFO: Authentication Microservice is running on http://localhost:8080")
helper.LogInfo("INFO: Authorization Microservice is running on http://localhost:8080")
server := &http.Server{
Addr: ":8080",
Handler: handler,