Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
paulooosrj committed Dec 20, 2018
1 parent bbc8dea commit b33ed59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/routes.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use \App\Khan\Component\Router\Router;

Container::bind("teste", function () {
return "Comece o desenvolvimento!!";
return "Init development!!";
});

Router\notFound(function ($req, $res) {
Expand Down

0 comments on commit b33ed59

Please sign in to comment.