mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
fix event api uri
This commit is contained in:
parent
5e8494957c
commit
7d49ea7587
@ -1,6 +1,6 @@
|
||||
import { throwIfNotSuccess } from './helper';
|
||||
|
||||
const URI = '/api/api/events';
|
||||
const URI = '/api/events';
|
||||
|
||||
function fetchAll () {
|
||||
return fetch(URI)
|
||||
|
Loading…
Reference in New Issue
Block a user