diff options
author | Joey Hess <joey@kitenet.net> | 2012-09-08 21:06:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-09-08 21:06:10 -0400 |
commit | 6e60b08060a79182a6ae0180dbb7aefbc6011299 (patch) | |
tree | e5ede82a1c690a288ba137eaea065ce0956711fb /Assistant/WebApp/routes | |
parent | 1ab3ce352bbaeb0c81fe73563da9d1d141475b03 (diff) |
moved the PairStage inside the Verifiable data
Diffstat (limited to 'Assistant/WebApp/routes')
-rw-r--r-- | Assistant/WebApp/routes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Assistant/WebApp/routes b/Assistant/WebApp/routes index 181b08f28..a266704b2 100644 --- a/Assistant/WebApp/routes +++ b/Assistant/WebApp/routes @@ -13,7 +13,7 @@ /config/repository/add/rsync.net AddRsyncNetR GET /config/repository/pair/start StartPairR GET /config/repository/pair/inprogress/#Text InprogressPairR GET -/config/repository/pair/finish/#PairReq FinishPairR GET +/config/repository/pair/finish/#PairMsg FinishPairR GET /config/repository/first FirstRepositoryR GET |