From 6a286fb444ba54badb795acc4cc33e86001f0ac6 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sat, 16 Jan 2021 17:06:50 -0800 Subject: [PATCH] unnecessary link --- router/router.go | 4 ---- 1 file changed, 4 deletions(-) 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)