-
I have a simple layout with 3 buttons (3 languages). I have 3 shiny apps running, behind each of the languages. I want to use routing with Starlette as shown in the example. This is basically because I have 300 URLs to serve, not 3. Each URL will show a different HTML page (via an iframe) based on the URL. I have this code:
How do I add a server of anything that allows me to jump to the different URLs. |
Beta Was this translation helpful? Give feedback.
Answered by
vindevoy
May 31, 2024
Replies: 1 comment
-
Solved my problem:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vindevoy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solved my problem: