main
kavehjamshidi 2 weeks ago
parent db5d3219e7
commit 7fe8830671
  1. 2
      controller/index.js

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

Loading…
Cancel
Save