Spaces:
jiome
/
Sleeping

jiome commited on
Commit
147aee6
·
verified ·
1 Parent(s): 266af67

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -137,7 +137,7 @@ app.get("/", (req, res) => {
137
  body: JSON.stringify({ startIP, endIP })
138
  });
139
  const results = await response.json();
140
- document.getElementById('results').value = JSON.stringify(results, null, 2);
141
  });
142
 
143
  document.getElementById('copyButton').addEventListener('click', () => {
 
137
  body: JSON.stringify({ startIP, endIP })
138
  });
139
  const results = await response.json();
140
+ document.getElementById('results').value = JSON.stringify(results, null, 0);
141
  });
142
 
143
  document.getElementById('copyButton').addEventListener('click', () => {