Skip to content

Commit

Permalink
fix of base paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciframa committed Dec 24, 2024
1 parent 03a1fa3 commit 923bda5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Fitmo_frontend/src/components/admin/AllProducts.vue
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ export default {
data() {
return {
products: [],
// imagesBasePath: "https://be.fitmo.cz/products/",
imagesBasePath: "http://localhost:8000/products/",
imagesBasePath: "https://be.fitmo.cz/products/",
// imagesBasePath: "http://localhost:8000/products/",
};
},
Expand Down
4 changes: 2 additions & 2 deletions Fitmo_frontend/src/views/admin/ProductEdit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -463,8 +463,8 @@ export default {
fileCropping: false,
isNewProduct: {},
groupedCategories: [],
// imagesBasePath: `https://be.fitmo.cz/products/`,
imagesBasePath: `http://localhost:8000/products/`,
imagesBasePath: `https://be.fitmo.cz/products/`,
// imagesBasePath: `http://localhost:8000/products/`,
};
},
Expand Down

0 comments on commit 923bda5

Please sign in to comment.