diff --git a/backend/main.go b/backend/main.go index 613b7cb..234be66 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)