refactor(backend): just a change for this commit stuff

This commit is contained in:
2025-07-12 16:49:51 -05:00
parent 8ba663c038
commit b07c33e5a3

View File

@@ -8,7 +8,7 @@ import (
) )
func main() { 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 := gin.Default()
r.GET("/", errorLoc) r.GET("/", errorLoc)