Skip to content
Snippets Groups Projects
Commit 6205e707 authored by Zara Mudassar's avatar Zara Mudassar
Browse files

Updated api url

parent e431aa4f
No related branches found
No related tags found
1 merge request!116Item images
Pipeline #180993 passed
...@@ -344,7 +344,7 @@ export function postNewImageCommunity(image) { ...@@ -344,7 +344,7 @@ export function postNewImageCommunity(image) {
//Not sure it will work //Not sure it will work
export function PostImagesArrayToListing(imagesArray) { export function PostImagesArrayToListing(imagesArray) {
return axios return axios
.post(API_URL + "images/listing", imagesArray, { .post(API_URL + "listing/pictures", imagesArray, {
headers: tokenHeader(), headers: tokenHeader(),
}) })
.then((response) => { .then((response) => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment