updated dependencies
This commit is contained in:
parent
6ca5f43536
commit
e277644657
3 changed files with 22 additions and 9 deletions
3
main.go
3
main.go
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue