diff --git a/frontend/tests/utils/cleanup.util.ts b/frontend/tests/utils/cleanup.util.ts index fbe1eba..a5567ed 100644 --- a/frontend/tests/utils/cleanup.util.ts +++ b/frontend/tests/utils/cleanup.util.ts @@ -1,5 +1,5 @@ import axios from 'axios'; export async function cleanupBackend() { - await axios.post('/api/test/reset'); + await axios.post('http://localhost/api/test/reset'); }