mirror of
https://github.com/Start9Labs/registry.git
synced 2026-04-01 20:44:15 +00:00
adds torrc endpoints
This commit is contained in:
@@ -46,6 +46,9 @@ getAgentR = getApp sysResourceDir "agent"
|
||||
getAppMgrR :: Handler TypedContent
|
||||
getAppMgrR = getApp sysResourceDir "appmgr"
|
||||
|
||||
getTorrcR :: Handler TypedContent
|
||||
getTorrcR = getApp sysResourceDir "torrc"
|
||||
|
||||
getAppR :: S9PK -> Handler TypedContent
|
||||
getAppR (S9PK appId) = getApp appResourceDir appId
|
||||
|
||||
|
||||
Reference in New Issue
Block a user