summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-02-20 00:18:07 +0100
committerAlex Legler <alex@a3li.li>2015-02-20 00:18:07 +0100
commit33bd4bef9af015236ca3a928f1c9b059e56ab96a (patch)
treee71d0850d1f9f6e4f3b6ac4ef0b40acdbb7dc7a5 /config.ru
downloadfrontend-33bd4bef9af015236ca3a928f1c9b059e56ab96a.tar.gz
frontend-33bd4bef9af015236ca3a928f1c9b059e56ab96a.tar.bz2
frontend-33bd4bef9af015236ca3a928f1c9b059e56ab96a.zip
Initial version
Diffstat (limited to 'config.ru')
-rw-r--r--config.ru3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..e9d20b7
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,3 @@
+require File.expand_path '../ag-web.rb', __FILE__
+
+run Sinatra::Application