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 need to come up with a design for the entire server that will handle versioning within the url. Restify supports header-based versioning, which isn't what we want. Maybe we can use server-wide middleware to intercept requests and route them based on their version string.
The text was updated successfully, but these errors were encountered:
We need to come up with a design for the entire server that will handle versioning within the url. Restify supports header-based versioning, which isn't what we want. Maybe we can use server-wide middleware to intercept requests and route them based on their version string.
The text was updated successfully, but these errors were encountered: