diff --git a/src/main/java/de/spacedon/ConfigServlet.java b/src/main/java/de/spacedon/ConfigServlet.java index 07000c8..c3720df 100644 --- a/src/main/java/de/spacedon/ConfigServlet.java +++ b/src/main/java/de/spacedon/ConfigServlet.java @@ -12,6 +12,9 @@ import org.json.JSONObject; public class ConfigServlet extends HttpServlet { private static final long serialVersionUID = 1L; + /** + * Output configuration as JSON + */ @Override protected void doGet(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { response.setContentType("application/json"); diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 3d120db..f50fdea 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -4,8 +4,8 @@ Pilgrim - - + +