0
bilalhaidar created
Hello,
When I run the Host application (Asp.NET core). Then I try to call of the Urls, I always get 404. Is there a step I need to do so that I can run APIs using swagger?
Thanks
2 Answer(s)
-
0
Because of token based authotentication. Check this:
<a class="postlink" href="https://aspnetboilerplate.com/Pages/Documents/Zero/Startup-Template-Core#token-based-authentication">https://aspnetboilerplate.com/Pages/Doc ... entication</a> -
0
Ok thanks.