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
I'm working on a implementing an OData service, the spec for which has been provided. The spec contains the URL of the service and it does not contain '.svc'.
How do I create my REST controller such that it does not contain a '.svc' in the URL?
The text was updated successfully, but these errors were encountered:
I'm working on a implementing an OData service, the spec for which has been provided. The spec contains the URL of the service and it does not contain '.svc'.
How do I create my REST controller such that it does not contain a '.svc' in the URL?
The text was updated successfully, but these errors were encountered: