diff options
Diffstat (limited to 'login/app/sprinkles/FormGenerator/routes')
-rw-r--r-- | login/app/sprinkles/FormGenerator/routes/FormGenerator.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/login/app/sprinkles/FormGenerator/routes/FormGenerator.php b/login/app/sprinkles/FormGenerator/routes/FormGenerator.php new file mode 100644 index 0000000..0b7ea51 --- /dev/null +++ b/login/app/sprinkles/FormGenerator/routes/FormGenerator.php @@ -0,0 +1,12 @@ +<?php +/** + * UserFrosting (http://www.userfrosting.com) + * + * @link https://github.com/userfrosting/UserFrosting + * @copyright Copyright (c) 2013-2016 Alexander Weissman + * @license https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License) + */ + +global $app; + +$app->get('/forms/confirm','UserFrosting\Sprinkle\FormGenerator\Controller\FormGeneratorController:confirm');
\ No newline at end of file |