updated base url
This commit is contained in:
parent
1fe2c388eb
commit
15d1fa862a
@ -16,7 +16,8 @@ const setupAxios = () => {
|
||||
// axios.defaults.baseURL = "http://localhost:8000";
|
||||
|
||||
// axios.defaults.baseURL = "https://happy-sombrero-ray.cyclic.app/"; //->latest deployed
|
||||
axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed
|
||||
// axios.defaults.baseURL = "https://printsigns.onrender.com/"; //->latest deployed
|
||||
axios.defaults.baseURL = "https://api.thesolarsign.com/"; //->latest deployed
|
||||
|
||||
axios.defaults.headers = {
|
||||
"Cache-Control": "no-cache,no-store",
|
||||
|
@ -826,7 +826,7 @@ const Design = () => {
|
||||
<td>
|
||||
<img
|
||||
className="me-2"
|
||||
src={`http://localhost:8000/uploades/${item.designImage.filename}`}
|
||||
src={`https://api.thesolarsign.com/uploades/${item.designImage.filename}`}
|
||||
width="40"
|
||||
alt=""
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user