server-ts: Convert routes/api/setup

This commit is contained in:
Elian Doran
2024-04-06 23:08:41 +03:00
parent 90cf913083
commit 5804dc52bc
3 changed files with 11 additions and 10 deletions

View File

@@ -110,7 +110,7 @@ function getSyncSeedOptions() {
];
}
module.exports = {
export = {
hasSyncServerSchemaAndSeed,
triggerSync,
sendSeedToSyncServer,