From 9c4afbed2310aa0c4679d11b9f568c234d202554 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 4 Jan 2016 15:12:59 +0100 Subject: Initial commit --- app/Http/routes.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 app/Http/routes.php (limited to 'app/Http/routes.php') diff --git a/app/Http/routes.php b/app/Http/routes.php new file mode 100644 index 0000000..5ecfcd1 --- /dev/null +++ b/app/Http/routes.php @@ -0,0 +1,16 @@ +get('/', function () use ($app) { + return $app->welcome(); +}); -- cgit v1.2.3