summaryrefslogtreecommitdiff
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
parentbb161b656de9607bcd9e947276164f42826d3d71 (diff)
build
-rwxr-xr-xdist/dbreset-exebin24110072 -> 24110616 bytes
-rwxr-xr-xdist/spectralrenga-exebin24107096 -> 24107640 bytes
-rw-r--r--src/Lib.hs2
3 files changed, 1 insertions, 1 deletions
diff --git a/dist/dbreset-exe b/dist/dbreset-exe
index 838f448..98bb24e 100755
--- a/dist/dbreset-exe
+++ b/dist/dbreset-exe
Binary files differ
diff --git a/dist/spectralrenga-exe b/dist/spectralrenga-exe
index 740c272..4d2250e 100755
--- a/dist/spectralrenga-exe
+++ b/dist/spectralrenga-exe
Binary files differ
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 :>