forked from nixcn/nixcn-cms
Add dev services
- Development dotenvs - Caddy service - Redis service - Postgres service - Fix env parser error Signed-off-by: Asai Neko <sugar@sne.moe>
This commit is contained in:
9
service/check/handler.go
Normal file
9
service/check/handler.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package check
|
||||
|
||||
import "github.com/gin-gonic/gin"
|
||||
|
||||
func Handler(r *gin.RouterGroup) {
|
||||
r.GET("/test", func(ctx *gin.Context) {
|
||||
ctx.JSON(200, gin.H{"Test": "Test"})
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user