forked from snxraven/p2ns
Update docs
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user