Skip to content

Commit 44b0bf7

Browse files
committed
Updated route manifest
1 parent bf95d96 commit 44b0bf7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/murfey/util/route_manifest.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,22 +215,26 @@ murfey.server.api.bootstrap.plugins:
215215
methods:
216216
- GET
217217
murfey.server.api.bootstrap.pypi:
218-
- path: /pypi/
218+
- path: /pypi/index/
219219
function: get_pypi_index
220220
path_params: []
221221
methods:
222222
- GET
223-
- path: /pypi/{package}/
223+
- path: /pypi/index/{package}/
224224
function: get_pypi_package_downloads_list
225225
path_params:
226226
- name: package
227227
type: str
228228
methods:
229229
- GET
230-
- path: /pypi/{package}/{filename}
230+
- path: /pypi/packages/{a}/{b}/{c}/{filename}
231231
function: get_pypi_file
232232
path_params:
233-
- name: package
233+
- name: a
234+
type: str
235+
- name: b
236+
type: str
237+
- name: c
234238
type: str
235239
- name: filename
236240
type: str

0 commit comments

Comments
 (0)