fix: update version number to 2.2.9 in package.json and correct API endpoint in createNamespaceDefinition

This commit is contained in:
Space-Banane
2026-04-14 17:55:09 +02:00
parent 1a0e811a9a
commit 9f78e2a221
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "shsf-cli", "name": "shsf-cli",
"version": "2.2.8", "version": "2.2.9",
"description": "", "description": "",
"type": "module", "type": "module",
"files": [ "files": [
+1 -1
View File
@@ -17,7 +17,7 @@ export const createNamespaceDefinition = {
const client = await getApiClient(); const client = await getApiClient();
try { try {
const response = await client.post("/api/namespaces", data); const response = await client.post("/api/namespace", data);
if (response.status === 200 || response.status === 201) { if (response.status === 200 || response.status === 201) {
console.log( console.log(