From 0aa6824673132aab0d1c51142723b23b8fa8473d Mon Sep 17 00:00:00 2001 From: Alex Date: Tue, 14 Feb 2017 20:44:20 +0200 Subject: [PATCH] docs example request test --- app/configs/default.php | 2 +- app/views/general/documentation.phtml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/configs/default.php b/app/configs/default.php index b2494d1..bddc600 100755 --- a/app/configs/default.php +++ b/app/configs/default.php @@ -8,7 +8,7 @@ return [ 'application' => [ - 'title' => 'Phalcon REST Boilerplate', + 'title' => 'Phalcon REST API', 'description' => 'This repository provides an boilerplate application with all of the classes of Phalcon REST library implemented.', 'baseUri' => '/', 'viewsDir' => __DIR__ . '/../views/', diff --git a/app/views/general/documentation.phtml b/app/views/general/documentation.phtml index 8f0dfae..1fff7cf 100755 --- a/app/views/general/documentation.phtml +++ b/app/views/general/documentation.phtml @@ -23,7 +23,7 @@

-

+

Documentation

Collections

-- libgit2 0.21.4