Skip to content
Snippets Groups Projects
Commit aeaa1e9a authored by Felix Sidokhine's avatar Felix Sidokhine
Browse files

fixed potential typo

Change-Id: I5f58f4dfe76c1c5b45c76bc122e0e891029a304c
parent e6f550e7
No related branches found
No related tags found
No related merge requests found
......@@ -40,6 +40,6 @@ 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.getOutputStream().write(JsonStream.serialize(resp).getBytes());
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