mirror of
https://github.com/pawelmalak/flame.git
synced 2025-07-18 19:19:36 +02:00
Bookmarks controller
This commit is contained in:
parent
100f274d96
commit
27250dc850
7 changed files with 118 additions and 7 deletions
1
api.js
1
api.js
|
@ -15,6 +15,7 @@ api.use('/api/apps', require('./routes/apps'));
|
|||
api.use('/api/config', require('./routes/config'));
|
||||
api.use('/api/weather', require('./routes/weather'));
|
||||
api.use('/api/categories', require('./routes/category'));
|
||||
api.use('/api/bookmarks', require('./routes/bookmark'));
|
||||
|
||||
// Custom error handler
|
||||
api.use(errorHandler);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue