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,7 +8,7 @@ | ||
8 | return [ | 8 | return [ |
9 | 9 | ||
10 | 'application' => [ | 10 | 'application' => [ |
11 | - 'title' => 'Phalcon REST Boilerplate', | 11 | + 'title' => 'Phalcon REST API', |
12 | 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.', | 12 | 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.', |
13 | 'baseUri' => '/', | 13 | 'baseUri' => '/', |
14 | 'viewsDir' => __DIR__ . '/../views/', | 14 | 'viewsDir' => __DIR__ . '/../views/', |
app/views/general/documentation.phtml
@@ -23,7 +23,7 @@ | @@ -23,7 +23,7 @@ | ||
23 | <div class="container"> | 23 | <div class="container"> |
24 | 24 | ||
25 | <h1><?php echo $title ?></h1> | 25 | <h1><?php echo $title ?></h1> |
26 | - <p class="lead"><?php echo $description ?></p> | 26 | + <p class="lead">Documentation</p> |
27 | 27 | ||
28 | <h2>Collections</h2> | 28 | <h2>Collections</h2> |
29 | 29 |