1
0
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:
ivaosthu 2016-11-13 11:26:27 +01:00
parent 5e8494957c
commit 7d49ea7587

View File

@ -1,6 +1,6 @@
import { throwIfNotSuccess } from './helper';
const URI = '/api/api/events';
const URI = '/api/events';
function fetchAll () {
return fetch(URI)