From 8fd1e7407255af5a21ff68b5c76d4a23f3cea22a Mon Sep 17 00:00:00 2001 From: quidtum Date: Wed, 23 Feb 2022 00:19:50 -0500 Subject: build --- dist/dbreset-exe | Bin 24110072 -> 24110616 bytes dist/spectralrenga-exe | Bin 24107096 -> 24107640 bytes src/Lib.hs | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/dbreset-exe b/dist/dbreset-exe index 838f448..98bb24e 100755 Binary files a/dist/dbreset-exe and b/dist/dbreset-exe differ diff --git a/dist/spectralrenga-exe b/dist/spectralrenga-exe index 740c272..4d2250e 100755 Binary files a/dist/spectralrenga-exe and b/dist/spectralrenga-exe 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 :> -- cgit v1.2.3