mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-24 18:56:32 -05:00
removed trailing / on /history/{note}
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
e088741578
commit
dc661ad768
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ paths:
|
||||||
'200':
|
'200':
|
||||||
description: Deleted the history
|
description: Deleted the history
|
||||||
content: {}
|
content: {}
|
||||||
/history/{note}/:
|
/history/{note}:
|
||||||
put:
|
put:
|
||||||
tags:
|
tags:
|
||||||
- history
|
- history
|
||||||
|
|
Loading…
Reference in a new issue