2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 11:29:00 +00:00
books/frappe/app.js
2018-01-02 15:40:32 +05:30

7 lines
148 B
JavaScript

const app = require('express')();
const frappe = require('frappe-core');
// setup frappe REST routes
frappe.init({app:app}).then(frappe.start());