eleven-solutions-common-website-unique-web 5.0.0 → 5.0.2
Sign up to get free protection for your applications and to get access to all the features.
@@ -136,7 +136,7 @@ export const isMultipleApi = (type) => __awaiter(void 0, void 0, void 0, functio
|
|
136
136
|
export const addSubTypeApi = (parentid, type, code, value) => __awaiter(void 0, void 0, void 0, function* () {
|
137
137
|
const token = cookies.get("token");
|
138
138
|
try {
|
139
|
-
const response = yield axios.post(`${apiUrl}/taxonomy/
|
139
|
+
const response = yield axios.post(`${apiUrl}/taxonomy/addsubtype`, {
|
140
140
|
ParentId: parentid,
|
141
141
|
Type: type,
|
142
142
|
Code: code,
|
package/package.json
CHANGED