mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
separate sync for pull (implemented) and push (not yet)
This commit is contained in:
@@ -4,7 +4,7 @@ const express = require('express');
|
||||
const router = express.Router();
|
||||
const auth = require('../services/auth');
|
||||
|
||||
router.get('', auth.checkAuth, (req, res, next) => {
|
||||
router.get('', auth.checkAuthWithoutMigration, (req, res, next) => {
|
||||
res.render('migration', {});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user