Skip to content

Commit

Permalink
update url prefix for backend api
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedGamal2212 committed Nov 10, 2023
1 parent f1dd7dc commit abbaf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/apiService.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import axios from 'axios';

const url = "https://api.etlas.tech";
const url = "https://etlas-api.onrender.com";

function getHeaders() {
var access = localStorage.getItem("access");
Expand Down

0 comments on commit abbaf81

Please sign in to comment.