unnecessary link

This commit is contained in:
Dane Everitt 2021-01-16 17:06:50 -08:00
parent 464f26a2c9
commit 6a286fb444
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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)