-
I have the following line in my code:
Ideally, I'd only allow cors on this route. What would be a good way to do that? |
Beta Was this translation helpful? Give feedback.
Answered by
dorward
Feb 22, 2024
Replies: 1 comment
-
As per the express documentation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
IamLizu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As per the express documentation: