diff --git a/cmd/server/main.go b/cmd/server/main.go index a3df121..8e3f449 100644 --- a/cmd/server/main.go +++ b/cmd/server/main.go @@ -73,7 +73,7 @@ func main() { mux := router.Setup(clientHandler, adminHandler, dashboardHandler, cfg.AdminAPIKey, rlActivate, rlValidate) addr := ":" + cfg.Port - fmt.Printf("DAL License Server pokrenut na http://localhost%s\n", addr) + fmt.Printf("Licence Server pokrenut na http://localhost%s\n", addr) if err := http.ListenAndServe(addr, mux); err != nil { log.Fatal(err) }