mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:15:27 +02: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