Skip to content

Commit

Permalink
json server config
Browse files Browse the repository at this point in the history
  • Loading branch information
lemanhjcuongdev committed May 9, 2024
1 parent 8807efd commit 932adbc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion js/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export const keyLocalStorageListSP = "DANHSACHSP";
export const keyLocalStorageItemCart = "DANHSACHITEMCART";

export const locationAPIRoot = "https://provinces.open-api.vn/api";
// export const locationAPIRoot = "https://provinces.open-api.vn/api";
export const locationAPIRoot = "https://vapi.vnappmob.com/api";
export const orderAPIRoot = "http://localhost:3000";

0 comments on commit 932adbc

Please sign in to comment.