add codesigning

This commit is contained in:
Patryk Hegenberg 2024-11-24 18:06:59 +01:00
parent 6c5b191462
commit f6b6f81826
3 changed files with 65 additions and 1 deletions

View file

@ -61,7 +61,6 @@ func main() {
e.GET("/export", exportBewertungenRoute)
e.GET("/end", endRoute)
// Start the server
go func() {
e.Logger.Fatal(e.Start(":3000"))
}()