Files
neomovies-api/api/index.js

4 lines
60 B
JavaScript
Raw Normal View History

const app = require('../src/index');
module.exports = app;