mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 10:21:51 +00:00
rename apps endpoints to package and add header to addl endpoint
This commit is contained in:
committed by
Keagan McClelland
parent
1c069ca6f8
commit
09e188e9d8
@@ -213,7 +213,7 @@ getServiceR = do
|
||||
-- @TODO uncomment when sdk icon working
|
||||
-- icon <- decodeIcon appMgrDir depPath appExt
|
||||
let icon = [i|https://#{domain}/icons/#{appId}.png|]
|
||||
-- addPackageHeader appMgrDir appDir appExt
|
||||
addPackageHeader appMgrDir appDir appExt
|
||||
pure $ ServiceRes
|
||||
{ serviceResIcon = icon
|
||||
, serviceResManifest = manifest -- TypedContent "application/json" (toContent manifest)
|
||||
|
||||
Reference in New Issue
Block a user