Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2022-09-01 15:34:05 +01:00
parent 407854b9e5
commit ca1ed1a2b6
+1 -1
View File
@@ -184,7 +184,7 @@ export async function createRouter(
options: RouterOptions,
): Promise<express.Router> {
const router = Router();
router.post('/example', async (req, res) => {
const identity = await identity.getIdentity({ request: req });
...