eleven-solutions-common-website-unique-web 9.0.40 → 9.0.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -83,7 +83,7 @@ export const deleteTemplateApi = (id) => __awaiter(void 0, void 0, void 0, funct
83
83
  try {
84
84
  const response = yield axios.request({
85
85
  method: "PATCH",
86
- url: `${apiUrl}/template/delete/${id}`,
86
+ url: `${apiUrl}/template/deletetemplate/${id}`,
87
87
  headers: {
88
88
  Authorization: `Bearer ${token}`,
89
89
  "Content-Type": "application/json",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eleven-solutions-common-website-unique-web",
3
- "version": "9.0.40",
3
+ "version": "9.0.42",
4
4
  "main": "./dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",
@@ -96,7 +96,7 @@ export const deleteTemplateApi = async (id: string) => {
96
96
  try {
97
97
  const response = await axios.request({
98
98
  method: "PATCH",
99
- url: `${apiUrl}/template/delete/${id}`,
99
+ url: `${apiUrl}/template/deletetemplate/${id}`,
100
100
  headers: {
101
101
  Authorization: `Bearer ${token}`,
102
102
  "Content-Type": "application/json",