add codesigning
This commit is contained in:
parent
6c5b191462
commit
f6b6f81826
3 changed files with 65 additions and 1 deletions
1
main.go
1
main.go
|
|
@ -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"))
|
||||
}()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue