Skip to content

Commit

Permalink
Update packages api link
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Dec 30, 2024
1 parent f3ab9f2 commit 80ec04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/universe.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function build_url(x){
function retry_url(x){
var retrytype = x._failure ? 'failure' : 'src';
var retryversion = x._failure ? x._failure.version : x.Version;
return `https://${x._user}.r-universe.dev/packages/${x.Package}/${retryversion}/${retrytype}`;
return `https://${x._user}.r-universe.dev/api/packages/${x.Package}/${retryversion}/${retrytype}`;
}

/* Langing page (TODO) */
Expand Down

0 comments on commit 80ec04e

Please sign in to comment.