Commit 98dd99c3 authored by nanahira's avatar nanahira

no cache full package metalink

parent afdc58e9
Pipeline #17477 canceled with stages
in 33 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.cacheResult(res, 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