mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
修复任务详情日志访问,修复新建订阅粘贴repo命令
This commit is contained in:
+1
-1
@@ -31,7 +31,7 @@ export default (app: Router) => {
|
||||
try {
|
||||
const filePath = join(
|
||||
config.logPath,
|
||||
req.query.path as string,
|
||||
(req.query.path || '') as string,
|
||||
req.params.file,
|
||||
);
|
||||
const content = getFileContentByName(filePath);
|
||||
|
||||
Reference in New Issue
Block a user