Spaces:
Runtime error
Runtime error
Commit ·
847a1fa
1
Parent(s): da3af6a
Deploy files from GitHub repository
Browse files
controller/home_controller.go
CHANGED
|
@@ -4,6 +4,6 @@ import "github.com/gin-gonic/gin"
|
|
| 4 |
|
| 5 |
func HomeController(c *gin.Context) {
|
| 6 |
c.JSON(200, gin.H{
|
| 7 |
-
"message": "Api
|
| 8 |
})
|
| 9 |
}
|
|
|
|
| 4 |
|
| 5 |
func HomeController(c *gin.Context) {
|
| 6 |
c.JSON(200, gin.H{
|
| 7 |
+
"message": "Api Quzuu 2025!",
|
| 8 |
})
|
| 9 |
}
|