diff options
author | quidtum <quidtum> | 2022-02-23 00:19:50 -0500 |
---|---|---|
committer | quidtum <quidtum> | 2022-02-23 00:19:50 -0500 |
commit | 8fd1e7407255af5a21ff68b5c76d4a23f3cea22a (patch) | |
tree | 68ce4a223106813ca7623324b895b3f7b59f03ce | |
parent | bb161b656de9607bcd9e947276164f42826d3d71 (diff) |
build
-rwxr-xr-x | dist/dbreset-exe | bin | 24110072 -> 24110616 bytes | |||
-rwxr-xr-x | dist/spectralrenga-exe | bin | 24107096 -> 24107640 bytes | |||
-rw-r--r-- | src/Lib.hs | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/dist/dbreset-exe b/dist/dbreset-exe Binary files differindex 838f448..98bb24e 100755 --- a/dist/dbreset-exe +++ b/dist/dbreset-exe diff --git a/dist/spectralrenga-exe b/dist/spectralrenga-exe Binary files differindex 740c272..4d2250e 100755 --- a/dist/spectralrenga-exe +++ b/dist/spectralrenga-exe @@ -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 :> |