Closed yasirbutt closed 6 years ago
I am trying to enable attribute routing for my API controller.
I used config.MapHttpAttributeRoutes(); in my webapiconfig registration method then i got error
config.MapHttpAttributeRoutes();
And endpoint for the realm "default" has not yet been configured. Please call ConfigureEndpoint first.
can you please help me to enable Attribute routing?
/yasir
I'm going to need more information. What does your AuthU config look like?
Closing the issue due to insuficient information. Feel free to reopen with more details but as it stands I can't replicate.
I am trying to enable attribute routing for my API controller.
I used
config.MapHttpAttributeRoutes();
in my webapiconfig registration method then i got errorcan you please help me to enable Attribute routing?
/yasir