mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-30 03:41:57 +00:00
fix compilation error
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
module Handler.Root where
|
||||
import Startlude
|
||||
import Yesod
|
||||
import Foundation
|
||||
|
||||
|
||||
getRootR :: Handler ()
|
||||
getRootR = notImplemented
|
||||
getRootR :: HandlerFor RegistryCtx ()
|
||||
getRootR = notImplemented
|
||||
Reference in New Issue
Block a user