updated base url

This commit is contained in:
parwez-zafar 2023-12-19 16:01:03 +05:30
parent 1fe2c388eb
commit 15d1fa862a
2 changed files with 9 additions and 8 deletions

View File

@ -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",

View File

@ -826,11 +826,11 @@ 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=""
/>
<h5>{} </h5>
<h5>{ } </h5>
</td>
<td>
<h5>{item.designName} </h5>