mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
removes custom routes for sys.tar.gz
This commit is contained in:
@@ -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}
|
||||
1
resources/sys/sys.tar.gz/1.1.1/sys.tar.gz
Normal file
1
resources/sys/sys.tar.gz/1.1.1/sys.tar.gz
Normal file
@@ -0,0 +1 @@
|
||||
get it all up down around
|
||||
@@ -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