UNPKG

aztec

Version:

Node Js Framework for creating API Services

5 lines (4 loc) 184 B
import app from '../index'; app .route({ method: 'GET', path: '/test-message', action: 'User@show' }) .route({ method: 'GET', path: '/test-message-cast', action: 'User@update' });