Based on the information you provide, you need to use the following URL:
localhost:9000
not localhost: / 9000. The above URL should call the index method (inside the application controller). Based on the implementation you shared, this will cause the index template to be used to render the view (with a 200 HTTP response). Make sure you have index.scala.template in the views directory.
ali haider
source share