chore: build
This commit is contained in:
@@ -16,7 +16,6 @@ import (
|
|||||||
"github.com/gin-gonic/gin"
|
"github.com/gin-gonic/gin"
|
||||||
)
|
)
|
||||||
|
|
||||||
// GetDeliveryPersonMapLinks génère les liens de cartes pour visualiser la position d'un livreur
|
|
||||||
// GET /api/v2/admin/protected/delivery-persons/:username/map-links
|
// GET /api/v2/admin/protected/delivery-persons/:username/map-links
|
||||||
func GetDeliveryPersonMapLinks(c *gin.Context) {
|
func GetDeliveryPersonMapLinks(c *gin.Context) {
|
||||||
database := c.MustGet("database").(*db.Database)
|
database := c.MustGet("database").(*db.Database)
|
||||||
|
|||||||
Reference in New Issue
Block a user