chore: utils.gc -> cron.daily (#3543)

This commit is contained in:
Tom Moor
2022-05-16 12:44:22 -07:00
committed by GitHub
parent 4c15f27bb2
commit b8a02df7ba
3 changed files with 12 additions and 6 deletions

View File

@@ -9,6 +9,7 @@ import attachments from "./attachments";
import auth from "./auth";
import authenticationProviders from "./authenticationProviders";
import collections from "./collections";
import utils from "./cron";
import documents from "./documents";
import events from "./events";
import fileOperationsRoute from "./fileOperations";
@@ -25,7 +26,6 @@ import shares from "./shares";
import stars from "./stars";
import team from "./team";
import users from "./users";
import utils from "./utils";
import views from "./views";
const api = new Koa();