deving
This commit is contained in:
11
internal/ping.go
Normal file
11
internal/ping.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package internal
|
||||
|
||||
import (
|
||||
"git.apinb.com/bsm-sdk/core/infra"
|
||||
"github.com/gin-gonic/gin"
|
||||
)
|
||||
|
||||
func Ping(ctx *gin.Context) {
|
||||
infra.Response.Success(ctx, "OK")
|
||||
return
|
||||
}
|
||||
Reference in New Issue
Block a user