updated dependencies

This commit is contained in:
Patryk Hegenberg 2024-08-13 09:37:37 +02:00
parent 6ca5f43536
commit e277644657
3 changed files with 22 additions and 9 deletions

View file

@ -65,7 +65,7 @@ func main() {
e.GET("/end", endRoute)
// Start the server
//e.Logger.Fatal(e.Start(":3000"))
// e.Logger.Fatal(e.Start(":3000"))
go func() {
e.Logger.Fatal(e.Start(":3000"))
}()
@ -75,7 +75,6 @@ func main() {
// Warte auf ein Signal zum Beenden (zum Beispiel STRG+C)
select {}
}
func renderBewertungenRoute(c echo.Context) error {