unnecessary link
This commit is contained in:
parent
464f26a2c9
commit
6a286fb444
|
@ -30,10 +30,6 @@ func Configure() *gin.Engine {
|
||||||
return ""
|
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.
|
// These routes use signed URLs to validate access to the resource being requested.
|
||||||
router.GET("/download/backup", getDownloadBackup)
|
router.GET("/download/backup", getDownloadBackup)
|
||||||
router.GET("/download/file", getDownloadFile)
|
router.GET("/download/file", getDownloadFile)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user