chore: remove temp dashboard test endpoints; deploy to deployed-not-tested state

This commit is contained in:
Scott Felten 2026-04-26 00:52:31 +00:00
parent 5e000f2aa3
commit 350483c26c
6 changed files with 3 additions and 2 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -28,6 +28,6 @@
"intelligentageintpartners.com": "intelligent-agent-partners", "intelligentageintpartners.com": "intelligent-agent-partners",
"www.intelligentagentpartners.com": "intelligent-agent-partners" "www.intelligentagentpartners.com": "intelligent-agent-partners"
}, },
"synced_at": "2026-04-26T00:12:14.778Z", "synced_at": "2026-04-26T00:52:22.010Z",
"count": 27 "count": 27
} }

View file

@ -12,7 +12,7 @@
], ],
"createdAt": "2026-03-07", "createdAt": "2026-03-07",
"createdBy": "system", "createdBy": "system",
"lastLogin": "2026-03-10T05:37:15.236Z", "lastLogin": "2026-04-26T00:49:26.072Z",
"authMethods": [ "authMethods": [
"google" "google"
] ]

View file

@ -918,3 +918,4 @@ app.listen(PORT, HOST, async () => {
// Periodic service sync // Periodic service sync
setInterval(syncServices, SERVICE_SYNC_INTERVAL); setInterval(syncServices, SERVICE_SYNC_INTERVAL);
}); });