Another question is on the API endpoint, anyway in...
# support-questions
g
Another question is on the API endpoint, anyway instead of:
Copy code
js
await superTokensNextWrapper(
        async (next) => {
            return await verifySession()(req, res, next)
        },
        req, res
    )
That I could sent a custom response instead of 401 to the client?