Commit 87738ba0 authored by Shaphen Pangburn's avatar Shaphen Pangburn

Fix server 404 bug

parent 5d1f6c2d
class Config {
static baseApiUrl = "13.93.237.130:8084"; //env file
static baseApiUrl = "http://localhost:8080"; //env file
static orderHistoryApiUrlMethod = (userId) => `${this.baseApiUrl}/api/orders/byUser/${userId}`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment