Skip to content

Commit

Permalink
Comments updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sabbir-rupom committed Mar 8, 2019
1 parent 9866516 commit 032594a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ResultCode.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* @filesource
*/


(defined('APP_NAME')) OR exit('Forbidden 403');

/**
Expand Down
14 changes: 14 additions & 0 deletions app/route/route.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
<?php

/*
* RESTful API Template
*
* A RESTful API template based on flight-PHP framework
* This software project is based on my recent REST-API development experiences.
*
* ANYONE IN THE DEVELOPER COMMUNITY MAY USE THIS PROJECT FREELY
* FOR THEIR OWN DEVELOPMENT SELF-LEARNING OR DEVELOPMENT or LIVE PROJECT
*
* @author Sabbir Hossain Rupom
* @since Version 1.0.0
* @filesource
*/

(defined('APP_NAME')) OR exit('Forbidden 403');

if (!isset($argv)) {
Expand Down

0 comments on commit 032594a

Please sign in to comment.