This commit is contained in:
Bartal Læarsson
2026-06-25 12:42:23 +01:00
parent d97576f41c
commit aa3ef18f1a
6 changed files with 1 additions and 35 deletions
+1 -2
View File
@@ -15,7 +15,6 @@ import (
"abuse_registration_poc/internal/store"
)
// Version is injected by Taskfile through -ldflags.
var Version = "dev"
func main() {
@@ -60,7 +59,7 @@ func main() {
ReadHeaderTimeout: 5 * time.Second,
}
log.Printf("starting Abuse Registration POC on port %s", cfg.API.Port)
log.Printf("starting go api on port %s", cfg.API.Port)
time.Sleep(100 * time.Millisecond)
if err := server.ListenAndServe(); err != nil {
log.Fatalf("ERROR: Failed to start server: %v", err)