10 lines
222 B
Haskell
10 lines
222 B
Haskell
|
module Handler.Register where
|
||
|
|
||
|
import Import
|
||
|
|
||
|
getRegisterR :: Handler Html
|
||
|
getRegisterR = error "Not yet implemented: getRegisterR"
|
||
|
|
||
|
postRegisterR :: Handler Html
|
||
|
postRegisterR = error "Not yet implemented: postRegisterR"
|