Skip to content

Commit

Permalink
chore: change cors url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alejandroid17 committed Dec 6, 2021
1 parent 511520b commit cd42a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/cors_anywhere.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from "axios"

export const CorsAnywhereConfig = {
url: "https://nextjs-proxy-cors-dev.vercel.app/api?url=",
url: "https://nextjs-proxy-cors.vercel.app/api?url=",
}

class CorsAnywhere {
Expand Down

1 comment on commit cd42a75

@vercel
Copy link

@vercel vercel bot commented on cd42a75 Dec 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.