aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.hs b/src/Main.hs
index 2599df5..ede3d14 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -30,10 +30,10 @@ instance Yesod Search where
makeSessionBackend _ = return Nothing
getHomeR :: Handler ()
-getHomeR = sendFile typeHtml "frontend/index.html"
+getHomeR = sendFile typeHtml "index.html"
getBundleR :: Handler ()
-getBundleR = sendFile typeJavascript "frontend/bundle.js"
+getBundleR = sendFile typeJavascript "bundle.js"
getBangsR :: Handler TypedContent
getBangsR = do