Deprecation
Introduction
About Deprecation
What to do
Deprecated Code
Helper Functions
from masonite.helpers.routes import get, post
ROUTES = [
get('/some/url', 'Controller@show'),
post('/another/url', 'Controller@store'),
]Last updated