Skip to content

Commit

Permalink
fix api url!
Browse files Browse the repository at this point in the history
  • Loading branch information
alemazzo committed Jan 10, 2022
1 parent 2076f67 commit 0c4ebaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/seller-add-product/seller-add-product.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export class SellerAddProductPage extends NavbarSellerPage {
super.onUserLoad();

$.ajax({
url: "./api/objects/categories",
url: "./api/objects/categories/",
method: "GET",
success: (response) => {
const { data } = response;
Expand Down

0 comments on commit 0c4ebaa

Please sign in to comment.