Closed pluveto closed 4 years ago
This helps support >=2 whitespaces between METHOD and URL:
Flight::route('GET /auth/nonce', array($apiAuth, 'getNonce')); // `GET[space][space]/auth/nonce` Flight::route('POST /auth/login/email', array($apiAuth, 'loginByEmail'));
This helps support >=2 whitespaces between METHOD and URL: