diff --git a/web/routes.go b/web/routes.go index 4d8ea241..2b21a6dc 100644 --- a/web/routes.go +++ b/web/routes.go @@ -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 // --------------------------------------------------