cors and single fetch #414
-
I have some routes that use cors, I'm planning on upgrading to single fetch. Does it have any problem? |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Jan 20, 2025
Replies: 1 comment
-
If those routes are resource routes it shouldn't affect. For UI routes you should probably not need to use CORS anyway, or you can set it up in your app/entry.server |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
minhduc17801
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If those routes are resource routes it shouldn't affect. For UI routes you should probably not need to use CORS anyway, or you can set it up in your app/entry.server