Sep 6, 2018 · 1 min read
When I sent the POST to http://localhost:8762/auth/ I got a 404 not found.
I have check the code more than once and I have the same code as the example and still not working. Do I have to create a RequestMappig for it in some place?
From the example, the only place where there is something about this is in the application.properties file in the Gateway, and in the JwtConfig.