diff --git a/frontend/src/data/history-api.js b/frontend/src/data/history-api.js index d8d7a28c17..d61f751421 100644 --- a/frontend/src/data/history-api.js +++ b/frontend/src/data/history-api.js @@ -1,6 +1,6 @@ import { throwIfNotSuccess } from './helper'; -const URI = '/api/api/events'; +const URI = '/api/events'; function fetchAll () { return fetch(URI)