summaryrefslogtreecommitdiff
path: root/Assistant/WebApp/routes
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-08-04 18:17:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-08-04 18:17:16 -0400
commite125ce74b87a86b80f1eead371390ce72c58428b (patch)
tree7678eed91ecc956709b728655ea92b5ef5050fcf /Assistant/WebApp/routes
parente0c3958d9acc97c15a209c287c1d49e859ca4fea (diff)
work toward adding new repos on removable drives
This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
Diffstat (limited to 'Assistant/WebApp/routes')
-rw-r--r--Assistant/WebApp/routes1
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/WebApp/routes b/Assistant/WebApp/routes
index 12b9564ee..a53caf5ef 100644
--- a/Assistant/WebApp/routes
+++ b/Assistant/WebApp/routes
@@ -5,6 +5,7 @@
/config ConfigR GET
/config/repository/add AddRepositoryR GET
+/config/repository/add/drive AddDriveR GET
/config/repository/first FirstRepositoryR GET
/config/repository/list ListRepositoriesR GET