- Cleanup
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getEndpointUrl, requestGet } from './index.js';
|
||||
import { API_ENDPOINTS, requestGet } from './index.js';
|
||||
|
||||
export const fetchItems = (eventId, auth) => {
|
||||
const path = String(API_ENDPOINTS.GET_ITEMS).replace(/:event_id$/, eventId);
|
||||
|
||||
Reference in New Issue
Block a user