package api import ( "github.com/gin-gonic/gin" ) func declareDestinationsRoutes(route *gin.RouterGroup) { }