3553e223ca
* adds development workflow to mirage config * adds example mirage dev handler * adds changelog * removes changelog entry * adds base mirage handlers
6 lines
113 B
JavaScript
6 lines
113 B
JavaScript
// add all handlers here
|
|
// individual lookup done in mirage config
|
|
import base from './base';
|
|
|
|
export { base };
|