We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90ed59 commit 6d5c923Copy full SHA for 6d5c923
1 file changed
src/app/catalog/actions.ts
@@ -31,6 +31,9 @@ export async function getServers(): Promise<V0ServerJson[]> {
31
const api = await getAuthenticatedClient();
32
const servers = await api.getRegistryV01Servers({
33
client: api.client,
34
+ query: {
35
+ version: "latest",
36
+ },
37
});
38
39
if (servers.error) {
0 commit comments