Skip to content

Commit

Permalink
refactor(projects): mock api
Browse files Browse the repository at this point in the history
  • Loading branch information
greper committed May 14, 2023
1 parent 121b9ce commit 8e85500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mock/api/crud/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import demo from './modules/demo';
import headerGroup from './modules/header-group';

const crudApis = [...demo];
const crudApis = [...demo, ...headerGroup];
export default crudApis;

0 comments on commit 8e85500

Please sign in to comment.