mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-03 11:01:20 +01:00
fix: bad relative path
This commit is contained in:
@@ -24,6 +24,6 @@ put:
|
||||
type: object
|
||||
properties:
|
||||
status:
|
||||
$ref: ../../../components/schemas/Status.yaml#/Status
|
||||
$ref: ../../../../components/schemas/Status.yaml#/Status
|
||||
response:
|
||||
$ref: ../../../components/schemas/admin/rules.yaml#/RulesArray
|
||||
$ref: ../../../../components/schemas/admin/rules.yaml#/RulesArray
|
||||
|
||||
Reference in New Issue
Block a user