summaryrefslogtreecommitdiff
path: root/internal/api/client/markers/markerspost.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/api/client/markers/markerspost.go')
-rw-r--r--internal/api/client/markers/markerspost.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/api/client/markers/markerspost.go b/internal/api/client/markers/markerspost.go
index 3167becac..8fe40c798 100644
--- a/internal/api/client/markers/markerspost.go
+++ b/internal/api/client/markers/markerspost.go
@@ -106,5 +106,5 @@ func (m *Module) MarkersPOSTHandler(c *gin.Context) {
return
}
- c.JSON(http.StatusOK, marker)
+ apiutil.JSON(c, http.StatusOK, marker)
}