We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebadebb commit c49c73cCopy full SHA for c49c73c
pkg/pub_integration/lib/script/public_pages.dart
@@ -73,8 +73,8 @@ class PublicPagesScript {
73
'Pub Feed Generator',
74
);
75
_contains(
76
- await _pubClient.getContent('/packages/retry/feed.atom'),
77
- '/packages/retry/feed.atom',
+ await _pubClient.getContent('/api/packages/retry/feed.atom'),
+ '/api/packages/retry/feed.atom',
78
79
}
80
0 commit comments