rest-doc unavailable ?!?

0
Hi there, I published a REST service (which woks fine), and I’d like to browse Swagger documentation, but http://localhost:8080/rest-doc throws a 404… Do I have to “activate” swagger somehow ? Thanks
asked
1 answers
2

Just add a slash to the end, then it works. http://localhost:8081/rest-doc/ 

answered