initial commit
This commit is contained in:
17
resources/js/@fake-db/db.js
Normal file
17
resources/js/@fake-db/db.js
Normal file
@@ -0,0 +1,17 @@
|
||||
import './app-bar-search'
|
||||
import './apps/user-list'
|
||||
import './jwt'
|
||||
import mock from './mock'
|
||||
import './pages/datatable'
|
||||
|
||||
|
||||
// Apps
|
||||
import './apps/chat'
|
||||
|
||||
import './apps/invoice'
|
||||
import './apps/permissions'
|
||||
|
||||
// Dashboard
|
||||
|
||||
// forwards the matched request over network
|
||||
mock.onAny().passThrough()
|
Reference in New Issue
Block a user