Update docs

This commit is contained in:
Raven Scott
2026-05-28 12:39:38 -04:00
parent 564029af44
commit 343102d4b5
15 changed files with 289 additions and 561 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ async function handleLogsRoutes(req, res) {
return true;
}
const match = urlPath.match(/^\/api\/logs\/([a-z]+)$/);
const match = urlPath.match(/^\/api\/logs\/([a-zA-Z]+)$/);
if (method === 'GET' && match) {
const channelId = match[1];
const channels = listLogChannels();