You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should provide a wildcard endpoint that would provide dynamic access to spec sheets instead of having to recompile the routes at startup.
Any route that is not normally in pharus would then trigger a check against the specs available, if a route is found then it would instantiate the component interface and run the code from the spec.
Implementing this would mean that we no longer need to run a precompile script.
The text was updated successfully, but these errors were encountered:
Feature Request
We should provide a wildcard endpoint that would provide dynamic access to spec sheets instead of having to recompile the routes at startup.
Any route that is not normally in pharus would then trigger a check against the specs available, if a route is found then it would instantiate the component interface and run the code from the spec.
Implementing this would mean that we no longer need to run a precompile script.
The text was updated successfully, but these errors were encountered: