Skip to content

Commit

Permalink
refactor: eliminate fetchings logs without logging client
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Nov 22, 2024
1 parent c602163 commit dcd6d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/scripts/submitDateRange.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ document.getElementById('dateForm').addEventListener('submit', async (e) => {
spinner.style.display = 'inline-block';
submitButton.style.visibility = 'hidden';
try {
const response = await fetch('/search-logs', {
const response = await fetch('/submit-date-range', {
method: 'POST',
headers: {
'Content-Type': 'application/json',
Expand Down

0 comments on commit dcd6d71

Please sign in to comment.