Skip to content
This repository was archived by the owner on May 12, 2025. It is now read-only.

Commit e6520e1

Browse files
authored
ci: use dedicated project (#75)
1 parent 0f950d7 commit e6520e1

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/next-edge/index.test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ interface AppResult {
1515
function createApp(options: CreateApiHandlerOptions): AppResult {
1616
const app = express()
1717

18-
const handler = createApiHandler(options)
18+
const handler = createApiHandler({
19+
apiBaseUrlOverride:
20+
"https://youthful-feynman-ml50dfb20g.projects.staging.oryapis.dev",
21+
...options,
22+
})
1923
const router = express.Router()
2024
router.use((req, res) => {
2125
handler(req as any as NextApiRequest, res as any as NextApiResponse)

0 commit comments

Comments
 (0)