add user stores/actions
construct fetchr on every request
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
import Fetchr from 'fetchr';
|
||||
import getHikesService from '../services/hikes';
|
||||
import getUserServices from '../services/user';
|
||||
|
||||
export default function bootServices(app) {
|
||||
const hikesService = getHikesService(app);
|
||||
const userServices = getUserServices(app);
|
||||
Fetchr.registerFetcher(hikesService);
|
||||
Fetchr.registerFetcher(userServices);
|
||||
app.use('/services', Fetchr.middleware());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user