Work in progress on integration of IVIS.
Some fixes.
This commit is contained in:
parent
3a17d7fd75
commit
2aaa8f45b3
11 changed files with 188 additions and 12 deletions
|
@ -15,6 +15,9 @@ em.on('knex.migrate', async () => {
|
|||
em.on('app.installAPIRoutes', app => {
|
||||
const embedApi = require('./routes/api/embed');
|
||||
app.use('/api', embedApi);
|
||||
|
||||
const eventsApi = require('./routes/api/events');
|
||||
app.use('/api', eventsApi);
|
||||
});
|
||||
|
||||
require('../ivis-core/server/index');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue