add backend tpl
This commit is contained in:
5
backend_v1/pkg/contracts/contracts.go
Normal file
5
backend_v1/pkg/contracts/contracts.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package contracts
|
||||
|
||||
import "github.com/gofiber/fiber/v3"
|
||||
|
||||
type WithRoutes func(r *fiber.App)
|
||||
Reference in New Issue
Block a user