mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 11:51:57 +00:00
add handler file
This commit is contained in:
6
src/Handler/Root.hs
Normal file
6
src/Handler/Root.hs
Normal file
@@ -0,0 +1,6 @@
|
||||
module Handler.Root where
|
||||
import Startlude
|
||||
|
||||
|
||||
getRootR :: Handler ()
|
||||
getRootR = notImplemented
|
||||
Reference in New Issue
Block a user