fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user