removes custom routes for sys.tar.gz

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

View File

@@ -9,5 +9,3 @@
/icons/#PNG IconsR GET -- get icons
!/apps/#S9PK AppR GET --get most recent appId at appversion spec, defaults to >=0.0.0 -- ?spec={semver-spec}
!/sys/#SYS_EXTENSIONLESS SysR GET --get most recent sys app -- ?spec={semver-spec}
/sys.tar.gz ImageR GET --get most recent iso image, ?spec={semver-spec}

View File

@@ -0,0 +1 @@
get it all up down around

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