feat: fix illegal exports in app/api/anthropic/[...path]/route.ts
This commit is contained in:
parent
ef7617d545
commit
5446d8d4a2
|
@ -80,7 +80,7 @@ export const preferredRegion = [
|
||||||
|
|
||||||
const serverConfig = getServerSideConfig();
|
const serverConfig = getServerSideConfig();
|
||||||
|
|
||||||
export async function request(req: NextRequest) {
|
async function request(req: NextRequest) {
|
||||||
const controller = new AbortController();
|
const controller = new AbortController();
|
||||||
|
|
||||||
let authHeaderName = "x-api-key";
|
let authHeaderName = "x-api-key";
|
||||||
|
|
Loading…
Reference in New Issue