summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorquidtum <quidtum>2022-02-23 00:19:50 -0500
committerquidtum <quidtum>2022-02-23 00:19:50 -0500
commit8fd1e7407255af5a21ff68b5c76d4a23f3cea22a (patch)
tree68ce4a223106813ca7623324b895b3f7b59f03ce /src
parentbb161b656de9607bcd9e947276164f42826d3d71 (diff)
build
Diffstat (limited to 'src')
-rw-r--r--src/Lib.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Lib.hs b/src/Lib.hs
index 33ef01a..4b0d51b 100644
--- a/src/Lib.hs
+++ b/src/Lib.hs
@@ -133,7 +133,7 @@ data DomainReadView = DomainReadView DomainName (Maybe Verse)
data DomainWriteView = DomainWriteView DomainName (Maybe Line) (Maybe Line) Color
data DomainWalkView = DomainWalkView DomainName (Maybe (Line, [Line], [Line]))
-type HomeAPI = Get '[HTML] HomeView
+type HomeAPI = "spectral-renga" :> Get '[HTML] HomeView
type NewDomainAPI = "spectral-renga" :> "new-subgraph" :> Get '[HTML] NoContent
type DomainAPI = "spectral-renga" :> "g" :> Capture "domainName" DomainName :> Get '[HTML] DomainView
type DomainReadAPI = "spectral-renga" :> "g" :> Capture "domainName" DomainName :>