UNPKG

aztec

Version:

Node Js Framework for creating API Services

14 lines (12 loc) 198 B
import app from '../index'; app.route({ method: 'GET', path: '/render', action: 'User@render', render: true }); app.route({ method: 'GET', path: '/app-user', action: 'User@index' });