First time I'm writing a Webservice and really I was able to hide my repositories with @RestResource(exported = false) but when I start my Service Application with the root uri like: http://localhost:8080/api/ I can still see the following:

How can I hide this from public view?