diff --git a/package.json b/package.json index d732943..59d5c84 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "shsf-cli", - "version": "2.2.8", + "version": "2.2.9", "description": "", "type": "module", "files": [ diff --git a/src/commands/create/namespace.ts b/src/commands/create/namespace.ts index 25515c4..1dc763b 100644 --- a/src/commands/create/namespace.ts +++ b/src/commands/create/namespace.ts @@ -17,7 +17,7 @@ export const createNamespaceDefinition = { const client = await getApiClient(); try { - const response = await client.post("/api/namespaces", data); + const response = await client.post("/api/namespace", data); if (response.status === 200 || response.status === 201) { console.log(