chore: domain change.
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing

This commit is contained in:
aminecmi
2023-10-22 20:51:07 +02:00
parent 5a020dd6fe
commit d8f6e0c99f
2 changed files with 3 additions and 15 deletions

View File

@@ -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) => {