Hi all! I have a JS SST App with an API that I nee...
# help
d
Hi all! I have a JS SST App with an API that I need to add routes to -- these routes are defined in a Python SST App. What is the best way to go about this? They are 2 separate repos, 2 separate apps.
t
Do you mean the route handlers are in Python?
d
The SST service is in Python, they are 2 separate SST services: One is JS and the other is Python. Does that make sense?