add /api to catalog endpoint (#2595)
This commit is contained in:
@@ -63,7 +63,7 @@ export async function createRouter({
|
||||
|
||||
const entity = (await (
|
||||
await fetch(
|
||||
`${baseUrl}/catalog/entities/by-name/${kind}/${namespace}/${name}`,
|
||||
`${baseUrl}/api/catalog/entities/by-name/${kind}/${namespace}/${name}`,
|
||||
)
|
||||
).json()) as Entity;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user