summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/routes
diff options
context:
space:
mode:
Diffstat (limited to 'Assistant/WebApp/routes')
-rw-r--r--Assistant/WebApp/routes6
1 files changed, 5 insertions, 1 deletions
diff --git a/Assistant/WebApp/routes b/Assistant/WebApp/routes
index 10f72a87f..bfc658372 100644
--- a/Assistant/WebApp/routes
+++ b/Assistant/WebApp/routes
@@ -5,17 +5,21 @@
/config ConfigR GET
/config/repository RepositoriesR GET
+/config/repository/first FirstRepositoryR GET
+
/config/repository/add/drive AddDriveR GET
/config/repository/add/ssh AddSshR GET
/config/repository/add/ssh/confirm/#SshData ConfirmSshR GET
/config/repository/add/ssh/make/git/#SshData MakeSshGitR GET
/config/repository/add/ssh/make/rsync/#SshData MakeSshRsyncR GET
/config/repository/add/rsync.net AddRsyncNetR GET
+
/config/repository/pair/start StartPairR GET
/config/repository/pair/inprogress/#SecretReminder InprogressPairR GET
/config/repository/pair/finish/#PairMsg FinishPairR GET
-/config/repository/first FirstRepositoryR GET
+/config/repository/enable/rsync/#UUID EnableRsyncR GET
+/config/repository/enable/directory/#UUID EnableDirectoryR GET
/transfers/#NotificationId TransfersR GET
/sidebar/#NotificationId SideBarR GET