mirror of
https://github.com/Spengreb/sync.git
synced 2026-05-13 19:22:05 +00:00
Actually make the legacy mode default
This commit is contained in:
parent
5de6be0850
commit
cada5f0b0a
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ var Server = function () {
|
|||
|
||||
// backend init
|
||||
var initModule;
|
||||
if (true) {
|
||||
if (Config.get("new-backend")) {
|
||||
initModule = new BackendModule();
|
||||
} else {
|
||||
initModule = new LegacyModule();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue