From 3a74377e861c1a401f1dffbd595f547e04eb72c8 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Fri, 22 Jan 2016 12:01:33 +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..f2c5b17 --- /dev/null +++ b/app/Http/routes.php @@ -0,0 +1,16 @@ +get('/', function () use ($app) { + return $app->version(); +}); -- cgit v1.2.3