This commit is contained in:
cangui 2025-07-27 16:30:39 +02:00
parent 7a965ed7c6
commit 70ffc29ffd

View File

@ -114,5 +114,5 @@ func main() {
}) })
log.Println("[HTTP] Serveur Gin sur http://localhost:8080") log.Println("[HTTP] Serveur Gin sur http://localhost:8080")
app.Run(":8080") app.Run(":8081")
} }