mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
WIP server side.
This commit is contained in:
10
server/src/http/controllers/Bills.js
Normal file
10
server/src/http/controllers/Bills.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import express from 'express';
|
||||
|
||||
export default {
|
||||
|
||||
router() {
|
||||
const router = express.Router();
|
||||
|
||||
return router;
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user