diff options
author | Joey Hess <joey@kitenet.net> | 2012-08-31 15:17:12 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-08-31 15:17:12 -0400 |
commit | 86fb1305dc623865ef672d499e1559a2608c5be6 (patch) | |
tree | 5961b040b52c91f047242d4d3f6768486eec5969 /Assistant/WebApp/routes | |
parent | e6910e305148fb5b3f0220106c2e93e77f42c0ea (diff) |
split out local repo configurators
Diffstat (limited to 'Assistant/WebApp/routes')
-rw-r--r-- | Assistant/WebApp/routes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/WebApp/routes b/Assistant/WebApp/routes index e3e7daf87..72b76c33d 100644 --- a/Assistant/WebApp/routes +++ b/Assistant/WebApp/routes @@ -6,6 +6,7 @@ /config ConfigR GET /config/repository RepositoriesR GET /config/repository/add/drive AddDriveR GET +/config/repository/add/remoteserver AddRemoteServerR GET /config/repository/first FirstRepositoryR GET /transfers/#NotificationId TransfersR GET |