diff options
Diffstat (limited to 'bragi/thermoprint-server/thermoprint-server.hs')
-rw-r--r-- | bragi/thermoprint-server/thermoprint-server.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bragi/thermoprint-server/thermoprint-server.hs b/bragi/thermoprint-server/thermoprint-server.hs index 7e571021..4635dd0a 100644 --- a/bragi/thermoprint-server/thermoprint-server.hs +++ b/bragi/thermoprint-server/thermoprint-server.hs | |||
@@ -41,5 +41,5 @@ main = thermoprintServer True (Nat runDb) $ configure <$> def `withPrinters` pri | |||
41 | } | 41 | } |
42 | 42 | ||
43 | warpSettings = Warp.defaultSettings | 43 | warpSettings = Warp.defaultSettings |
44 | & Warp.setHost "localhost" | 44 | & Warp.setHost "::1" |
45 | & Warp.setPort 8080 | 45 | & Warp.setPort 8080 |