Skip to content
Snippets Groups Projects
Commit 7a7a99bc authored by Félix  Sidokhine's avatar Félix Sidokhine Committed by Adrien Béraud
Browse files

fixed missing 200 issue

Change-Id: Ia9abdedafa036b1d643d87b2ef2f4df2b04ac32a
parent 6a46bb8d
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,7 @@ public class InstallLastStepServlet extends HttpServlet {
resp.setHeader("Access-Control-Allow-Origin", JamsCA.serverDomain);
HashMap<String,String> payload = new HashMap<>();
payload.put("uri",CachedObjects.endpoint);
resp.setStatus(200);
resp.getOutputStream().write(JsonStream.serialize(payload).getBytes());
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment