mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 18:21:52 +00:00
removes custom routes for sys.tar.gz
This commit is contained in:
@@ -39,9 +39,6 @@ instance Show FileExtension where
|
||||
getAppsManifestR :: Handler TypedContent
|
||||
getAppsManifestR = respondSource typePlain $ CB.sourceFile appManifestPath .| awaitForever sendChunkBS
|
||||
|
||||
getImageR :: Handler TypedContent
|
||||
getImageR = getApp resourcesDir ("sys" :: Extension "tar.gz")
|
||||
|
||||
getSysR :: Extension "" -> Handler TypedContent
|
||||
getSysR = getApp sysResourceDir
|
||||
|
||||
|
||||
Reference in New Issue
Block a user