Initial commit

This commit is contained in:
nemunaire 2022-10-21 23:54:17 +02:00
commit 0a854f708a
17 changed files with 796 additions and 0 deletions

9
api/destinations.go Normal file
View file

@ -0,0 +1,9 @@
package api
import (
"github.com/gin-gonic/gin"
)
func declareDestinationsRoutes(route *gin.RouterGroup) {
}