diff --git a/backend/cmd/main.go b/backend/cmd/main.go index 48d9a32..1e0e21c 100644 --- a/backend/cmd/main.go +++ b/backend/cmd/main.go @@ -26,7 +26,7 @@ func main() { // Start the server on port 8080 println("Currently listening on http://localhost:8080") println("Visit http://localhost:8080/hello to see the handler in action") - printlm("Press Ctrl+C to stop the server") + println("Press Ctrl+C to stop the server") err := http.ListenAndServe(":8080", nil) if err != nil { panic(err)