Rename poll-status to public path /api/v1/poll-status to reflect no-auth design
Agent-Logs-Url: https://github.com/christianlouis/dmarq/sessions/15d037ef-2d5e-44ab-a15d-7908187e9106 Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
@@ -199,7 +199,7 @@ function dashboardApp() {
|
||||
|
||||
async getImapStatus() {
|
||||
try {
|
||||
const response = await fetch('/api/v1/admin/poll-status');
|
||||
const response = await fetch('/api/v1/poll-status');
|
||||
if (!response.ok) {
|
||||
console.error('Error checking IMAP status:', response.status);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user