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 re-organize the blueprints so that they are functionally grouped. Rather than having a blueprint per endpoint, we should (for example) group all the recipe related functions into one, all the user related ones into one, etc.
That way we could map the recipe related devices to /api/recipe and individual endpoints would just specify '/stop', '/start', '/save', etc.
The text was updated successfully, but these errors were encountered:
We should re-organize the blueprints so that they are functionally grouped. Rather than having a blueprint per endpoint, we should (for example) group all the recipe related functions into one, all the user related ones into one, etc.
That way we could map the recipe related devices to
/api/recipe
and individual endpoints would just specify '/stop', '/start', '/save', etc.The text was updated successfully, but these errors were encountered: