mirror of
https://github.com/Ravinou/borgwarehouse
synced 2026-03-14 14:25:46 +01:00
refactor: ⚡ cron API rest compliant
This commit is contained in:
parent
03e4b175df
commit
3d66ff18e6
4 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { createMocks } from 'node-mocks-http';
|
||||
import handler from '~/pages/api/cronjob/check-status';
|
||||
import handler from '~/pages/api/cron/status';
|
||||
import { ConfigService, NotifService, ShellService } from '~/services';
|
||||
import { AppriseModeEnum } from '~/types/domain/config.types';
|
||||
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import handler from '~/pages/api/cronjob/check-storage';
|
||||
import handler from '~/pages/api/cron/storage';
|
||||
import { createMocks } from 'node-mocks-http';
|
||||
import { ConfigService, ShellService } from '~/services';
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue