diff options
author | 2012-08-04 18:17:16 -0400 | |
---|---|---|
committer | 2012-08-04 18:17:16 -0400 | |
commit | e125ce74b87a86b80f1eead371390ce72c58428b (patch) | |
tree | 7678eed91ecc956709b728655ea92b5ef5050fcf /Assistant/WebApp/routes | |
parent | e0c3958d9acc97c15a209c287c1d49e859ca4fea (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/routes | 1 |
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 |