access correct store.
This commit is contained in:
parent
566e8a070a
commit
7b813ffb70
1 changed files with 1 additions and 1 deletions
|
@ -68,4 +68,4 @@ async def push_nar(req: Request) -> Response:
|
||||||
|
|
||||||
@app.route("/remote/{path:path}")
|
@app.route("/remote/{path:path}")
|
||||||
async def pull_nar(req: Request) -> Response:
|
async def pull_nar(req: Request) -> Response:
|
||||||
return StreamingResponse(l_access.nar(f"remote/{req.path_params['path']}"), media_type="text/plain")
|
return StreamingResponse(r_access.nar(f"remote/{req.path_params['path']}"), media_type="text/plain")
|
||||||
|
|
Loading…
Reference in a new issue