Переименование режима "liberama.top" в "liberama"

This commit is contained in:
Book Pauk
2022-12-15 16:32:52 +07:00
parent a5bf8f88cd
commit 6579d34b90
3 changed files with 5 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ function initRoutes(app, wss, config) {
return;
}
if (config.mode !== 'omnireader' && config.mode !== 'liberama.top')
if (config.mode !== 'omnireader' && config.mode !== 'liberama')
throw new Error(`Unknown server mode: ${config.mode}`);
initStatic(app, config);