From f978c39383405691641593f372ea458cf1304117 Mon Sep 17 00:00:00 2001 From: Dan Minkevitch Date: Fri, 1 Jul 2016 08:45:06 -0700 Subject: [PATCH] Update CYOE config example To match the current existing routes Change-Id: Ie2bac321cae6bc0af1ad111edf81ee7654837132 Reviewed-on: https://gerrit.instructure.com/84149 Reviewed-by: Christian Prescott Tested-by: Jenkins Product-Review: Dan Minkevitch QA-Review: Dan Minkevitch --- config/conditional_release.yml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/conditional_release.yml.example b/config/conditional_release.yml.example index 18e54b19717..132c83a2c9a 100644 --- a/config/conditional_release.yml.example +++ b/config/conditional_release.yml.example @@ -8,8 +8,8 @@ development: # optional. default matches Canvas protocol: http - # optional. default is 'ui/editor' - edit_rule_path: "ui/editor" + # optional. default is 'ui/edit_rule' + edit_rule_path: 'ui/edit_rule' - # optional. default is 'api/account' - create_account_path: 'api/account' + # optional. default is 'api/accounts' + create_account_path: 'api/accounts'