Update port

This commit is contained in:
kodjomoustapha 2024-01-24 16:04:32 +01:00
parent 7e245e3bc2
commit 739831ba07

View file

@ -69,8 +69,8 @@ func Start(path string) {
AllowCredentials: true,
})
log.Printf("[INFO] Listening on 127.0.0.1:3535")
log.Fatalln(http.ListenAndServe("127.0.0.1:3535", c.Handler(mux)))
log.Printf("[INFO] Listening on 127.0.0.1:8090")
log.Fatalln(http.ListenAndServe("127.0.0.1:8090", c.Handler(mux)))
}