update go mod, rename request_types to schema

This commit is contained in:
2025-02-06 22:24:23 +00:00
parent 1f700048a4
commit 67bd224116
3 changed files with 19 additions and 16 deletions

View File

@@ -7,6 +7,7 @@ import (
)
func main() {
gin.SetMode(gin.ReleaseMode)
router := gin.Default()
router.GET("/version", func(c *gin.Context) {