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 /src | |
parent | bb161b656de9607bcd9e947276164f42826d3d71 (diff) |
build
Diffstat (limited to 'src')
-rw-r--r-- | src/Lib.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 :> |