Skip to content

Commit 0660981

Browse files
committed
switch API backend to use api.metacpan.org/v1
api.metacpan.org/v1 is now available and equivalent to fastapi.metacpan.org. api.metacpan.org/ without a versioned path is only a redirect and can't be used to access any API end points.
1 parent 27d6ef4 commit 0660981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metacpan_web.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: MetaCPAN::Web
22

3-
api: https://fastapi.metacpan.org
3+
api: https://api.metacpan.org/v1
44
source_host: https://st.aticpan.org
55
web_host: https://metacpan.org
66
consumer_key: metacpan.dev

0 commit comments

Comments
 (0)