removes custom routes for sys.tar.gz

This commit is contained in:
Aaron Greenspan
2020-01-08 00:08:05 -07:00
parent f735a80e81
commit 03c385993e
3 changed files with 2 additions and 6 deletions

View File

@@ -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