Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9f78e2a221 |
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "shsf-cli",
|
||||
"version": "2.2.8",
|
||||
"version": "2.2.9",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"files": [
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user