main
kavehjamshidi 2 weeks ago
parent 8eedd470e2
commit 8cddcb02e7
  1. 2
      controller/index.js

@ -12,7 +12,7 @@ export default function (fastify, opts, done) {
await operation.sanaExit(fastify.req, fastify.reply) await operation.sanaExit(fastify.req, fastify.reply)
}); });
cron.schedule(`*/5 * * * * *`, async () => { cron.schedule(`12 10 * * *`, async () => {
await operation.test(fastify.req, fastify.reply) await operation.test(fastify.req, fastify.reply)
}); });

Loading…
Cancel
Save