feat: import services and standardize Go 1.26.5
This commit is contained in:
10
apps/base/logs/internal/logic/hello/ping.go
Normal file
10
apps/base/logs/internal/logic/hello/ping.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package hello
|
||||
|
||||
import (
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
// Ping
|
||||
func Ping(ctx *gin.Context) {
|
||||
ctx.JSON(200, gin.H{"message": "Pong"})
|
||||
}
|
||||
Reference in New Issue
Block a user