Skip to content

Commit

Permalink
Use pub.dev for proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Nov 22, 2023
1 parent 078838e commit 2046796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy/bin/server.dart
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ final pubHandler = Pipeline()
),
)
.addHandler(
proxyHandler('https://pub.dartlang.org', proxyName: 'proxy.pubstats.dev'),
proxyHandler('https://pub.dev', proxyName: 'proxy.pubstats.dev'),
);

void main(List<String> arguments) async {
Expand Down

0 comments on commit 2046796

Please sign in to comment.