修复service引入路径

This commit is contained in:
whyour 2021-10-23 18:46:24 +08:00
parent 596f93623e
commit bcac3deb6e

View File

@ -1,4 +1,4 @@
import DependenceService from 'back/services/dependence';
import DependenceService from '../services/dependence';
import { exec } from 'child_process';
import { Container } from 'typedi';
import { Crontab, CrontabStatus } from '../data/cron';