diff --git a/router/router.go b/router/router.go index 947a504..00eea02 100644 --- a/router/router.go +++ b/router/router.go @@ -30,10 +30,6 @@ func Configure() *gin.Engine { return "" })) - router.OPTIONS("/api/system", func(c *gin.Context) { - c.Status(200) - }) - // These routes use signed URLs to validate access to the resource being requested. router.GET("/download/backup", getDownloadBackup) router.GET("/download/file", getDownloadFile)