修改下载地址

This commit is contained in:
COOL 2022-05-16 21:23:56 +08:00
parent 540d93e133
commit 32a516cc1d

View File

@ -28,7 +28,7 @@ export class AppDemoFileController extends BaseController {
@Post('/downAndUpload', { summary: '下载并上传' })
async downAndUpload() {
return this.ok(
await this.file.downAndUpload('https://cool-js.com/notice.png')
await this.file.downAndUpload('https://cool-js.com/admin/show.png')
);
}
}