修改 import undici

This commit is contained in:
whyour
2025-05-15 01:19:24 +08:00
parent 5459b72f63
commit 95459c33ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import path, { join } from 'path';
import config from '../config';
import { getFileContentByName } from '../config/util';
import { Response } from 'express';
import { request } from 'Undici';
import { request } from 'undici';
@Service()
export default class ConfigService {