Remove unused import + export routes
This commit is contained in:
parent
9b25a75a36
commit
df7ee71cf6
1 changed files with 0 additions and 12 deletions
|
@ -59,18 +59,6 @@ func routes(s *fibre.Fibre) {
|
|||
return c.Code(200)
|
||||
})
|
||||
|
||||
// --------------------------------------------------
|
||||
// Endpoint for database backups
|
||||
// --------------------------------------------------
|
||||
|
||||
s.Get("/import", func(c *fibre.Context) error {
|
||||
return c.Code(200)
|
||||
})
|
||||
|
||||
s.Get("/export", func(c *fibre.Context) error {
|
||||
return c.Code(200)
|
||||
})
|
||||
|
||||
// --------------------------------------------------
|
||||
// Endpoints for submitting rpc queries
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Reference in a new issue