diff --git a/backend/main.go b/backend/main.go index 234be66..613b7cb 100644 --- a/backend/main.go +++ b/backend/main.go @@ -8,7 +8,7 @@ import ( ) func main() { - fmt.Println("Welcome to lst backend where all the fun happens.") + fmt.Println("Welcome to lst backend where all the fun happens") r := gin.Default() r.GET("/", errorLoc)