Drop slopdashes and add container build
This commit is contained in:
@@ -30,10 +30,10 @@ import qualified Data.Text as T
|
||||
--
|
||||
-- Endpoints
|
||||
-- ---------
|
||||
-- GET /health — 200 "ok"
|
||||
-- GET /bundle/name/:name — export by stored term name
|
||||
-- GET /bundle/hash/:hash — export by full Merkle hash
|
||||
-- GET /terms — plain-text listing (debug)
|
||||
-- GET /health - 200 "ok"
|
||||
-- GET /bundle/name/:name - export by stored term name
|
||||
-- GET /bundle/hash/:hash - export by full Merkle hash
|
||||
-- GET /terms - plain-text listing (debug)
|
||||
--
|
||||
runServer :: String -> Int -> IO ()
|
||||
runServer hostStr port =
|
||||
|
||||
Reference in New Issue
Block a user