Skip to content
Discussion options

You must be logged in to vote

I'm so glad I can look at the code!

Turns out the RoutingTagUrls needed a dash in the key:

I had
RoutingTagUrls.Add("search", "http://search/api/dataportal");
vs
RoutingTagUrls.Add("search-", "http://search/api/dataportal");

I also placed the RoutingTagUrls in a static 'constructor' vs the instance constructor.

Thanks for listening!

Replies: 8 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@rockfordlhotka
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@rockfordlhotka
Comment options

@rockfordlhotka
Comment options

Answer selected by rockfordlhotka
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants