API: Update swagger endpoint documentation

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2025-08-27 17:08:06 +02:00
parent 2e15e1868f
commit e9fca94656
3 changed files with 21 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import (
//
// @Summary returns CORS headers with an empty response body
// @Id Options
// @Tags Other
// @Tags Dev
// @Success 204
// @Router /api/v1/{any} [options]
func Options(router *gin.RouterGroup) {