summaryrefslogtreecommitdiffhomepage
path: root/HTTP
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2016-08-30 16:29:22 -0400
committerJoey Hess <joeyh@joeyh.name>2016-08-30 16:44:18 -0400
commit15ea23acdb00fa964d91d440274e3a78bd115083 (patch)
tree6b3163113e7e4c252041fe7293d4ac251de64d0c /HTTP
parent7796b4c1570595bb79a9615cd2761420d2737c3e (diff)
downloadkeysafe-15ea23acdb00fa964d91d440274e3a78bd115083.tar.gz
Added basic test suite.
Diffstat (limited to 'HTTP')
-rw-r--r--HTTP/Server.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/HTTP/Server.hs b/HTTP/Server.hs
index fa2e8da..3e0b9aa 100644
--- a/HTTP/Server.hs
+++ b/HTTP/Server.hs
@@ -40,7 +40,7 @@ runServer bindaddress port = do
host = fromString bindaddress
serverStorage :: Storage
-serverStorage = localStorage "server"
+serverStorage = localStorage userStorageDir "server"
app :: ServerState -> Application
app st = serve userAPI (server st)