Commit 0aa6824673132aab0d1c51142723b23b8fa8473d
1 parent
d34fce51
docs example request test
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/configs/default.php
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | return [ |
9 | 9 | |
10 | 10 | 'application' => [ |
11 | - 'title' => 'Phalcon REST Boilerplate', | |
11 | + 'title' => 'Phalcon REST API', | |
12 | 12 | 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.', |
13 | 13 | 'baseUri' => '/', |
14 | 14 | 'viewsDir' => __DIR__ . '/../views/', | ... | ... |
app/views/general/documentation.phtml