-
my web app run inside a Native App's Webview. For some reason, I need to rely the Native App to call the backend API. |
Beta Was this translation helpful? Give feedback.
Answered by
sergiodxa
Jun 9, 2022
Replies: 1 comment 3 replies
-
You can use resource routes to create an API endpoint. Or do you want to change how Remix does the request internally? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
lili21
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can use resource routes to create an API endpoint.
Or do you want to change how Remix does the request internally?