mirror of
https://github.com/unraid/api.git
synced 2026-01-26 02:18:49 -06:00
fix: shares endpoint
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
type Query {
|
||||
"""Network Shares"""
|
||||
shares: [Share] @func(module: "getShares")
|
||||
shares: [Share] @func(module: "getAllShares")
|
||||
}
|
||||
|
||||
type Subscription {
|
||||
|
||||
Reference in New Issue
Block a user