fix swag location

This commit is contained in:
Cubicroot 2021-10-01 18:24:31 +02:00
parent 26187a8adf
commit 62af2424fa
2 changed files with 2 additions and 4 deletions

View file

@ -74,7 +74,7 @@ func (h *NotificationHandler) CreateNotification(ctx *gin.Context) {
// @Summary Delete a Notification
// @Description Informs the channel that the notification is deleted
// @Accept json,mpfd
// @Produce json
// @Produce json
// @Param message_id path string true "ID of the message to delete"
// @Param token query string true "Channels token, can also be provieded in the header"
// @Success 200 ""