Display custom node in ConstModule
Also wrote a short introductory node explaining node permissions.
This commit is contained in:
parent
29e19ec1b2
commit
4c24430c07
5 changed files with 66 additions and 66 deletions
|
|
@ -19,4 +19,4 @@ options = WS.defaultServerOptions
|
|||
main :: IO ()
|
||||
main = do
|
||||
putStrLn "Starting server"
|
||||
WS.runServerWithOptions options $ serverApp pingDelay constModule
|
||||
WS.runServerWithOptions options $ serverApp pingDelay $ constModule projectDescriptionNode
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue