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
thdxr
08/30/2021, 8:32 PM
Do you mean the route handlers are in Python?
d
Dillon Peterson
08/30/2021, 9:57 PM
The SST service is in Python, they are 2 separate SST services: One is JS and the other is Python. Does that make sense?