chore: domain change.
This commit is contained in:
@@ -16,7 +16,7 @@ function CV() {
|
||||
const [cv, setCV] = useState<Me>(new Me());
|
||||
|
||||
useEffect(() => {
|
||||
fetch(process.env.REACT_APP_API_BASE_URL + "/api/me")
|
||||
fetch(/*process.env.REACT_APP_API_BASE_URL + */"https://amine-bouabdallaoui.fr/api/me")
|
||||
.then(res => res.json())
|
||||
.then(
|
||||
(result: Me) => {
|
||||
|
Reference in New Issue
Block a user