refactor(backend): change to just get a version bump

This commit is contained in:
2025-07-12 14:59:09 -05:00
parent e084663f19
commit 01e2d404fb

View File

@@ -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)