summary refs log tree commit diff
path: root/lib/mywebapp/project.pm
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lib/mywebapp/project.pm14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/mywebapp/project.pm b/lib/mywebapp/project.pm
index abb53ab..5f3d2a1 100644
--- a/lib/mywebapp/project.pm
+++ b/lib/mywebapp/project.pm
@@ -3,6 +3,20 @@ package mywebapp::project;
 use Dancer ':syntax';
 
 get '/' => sub {
+    {
+        projects => [
+            {
+                name  => 'dancer',
+                url   => 'http://github.com/sukria/dancer',
+                owner => 'alexis'
+            },
+            {
+                name  => 'net::http::api',
+                url   => 'http://github.com/franckcuny/net-http-api',
+                owner => 'franck'
+            },
+        ]
+    };
 };
 
 1;
\ No newline at end of file