Commit 3bcb5253 authored by nanahira's avatar nanahira

fix

parent 98dd99c3
Pipeline #17478 passed with stages
in 2 minutes and 51 seconds
...@@ -51,7 +51,7 @@ export class UpdateController { ...@@ -51,7 +51,7 @@ export class UpdateController {
@Res({ passthrough: true }) res: Response, @Res({ passthrough: true }) res: Response,
@Ip() ip: string @Ip() ip: string
) { ) {
return this.updateService.getFullPackageMetalink(id, depot, version, ip) return this.updateService.getFullPackageMetalink(id, depot, version, ip);
} }
@Post('update/:id/:version') @Post('update/:id/:version')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment