We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hi,
I always get those error when setup the middleware. here is my code:
$middlewareProvider.map({ 'check-token': ['Auth', (Auth) => { const request = this; Auth.get({ url: 'check-token' }, response => { if (response) { return request.next(); } }); }] });