We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc86052 commit b431933Copy full SHA for b431933
src/router.test.ts
@@ -230,6 +230,7 @@ describe("router", () => {
230
};
231
const req = getRequest({ base, request: fakeReq });
232
expect(new URL(req.url).href).toBe("http://localhost:3000/auth/callback");
233
+ });
234
it("should preserve basePath when missing in proxied request", async () => {
235
const endpoint = createEndpoint(
236
"/api/auth/get-session",
0 commit comments