mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Merge pull request +8468 from c9/add-api-wrapper
[Trivial] Expose apiWrapper()
This commit is contained in:
commit
755ce0199c
@ -83,6 +83,8 @@ define(function(require, exports, module) {
|
||||
get basicAuth() { throw new Error("Permission Denied"); },
|
||||
set basicAuth(v) { BASICAUTH = v.split(":"); },
|
||||
|
||||
apiWrapper: apiWrapper,
|
||||
|
||||
collab: collab,
|
||||
user: user,
|
||||
preview: preview,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user