Initial commit
This commit is contained in:
9
internal/app/api/v1/ping.go
Normal file
9
internal/app/api/v1/ping.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package v1
|
||||
|
||||
import (
|
||||
"github.com/gofiber/fiber/v2"
|
||||
)
|
||||
|
||||
func Ping(c *fiber.Ctx) error {
|
||||
return c.SendString("pong")
|
||||
}
|
||||
Reference in New Issue
Block a user