Protecting Routes
&protected
@post('/note'):
respond('Only viewable with a valid token.")
@get('/public'):
respond('This is viewable without a token.")Last updated
&protected
@post('/note'):
respond('Only viewable with a valid token.")
@get('/public'):
respond('This is viewable without a token.")Last updated