mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-14 15:14:56 -04:00
Docs: Add more documentation to the public api
Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
0e44f545a1
commit
53f5093630
6 changed files with 199 additions and 7 deletions
|
@ -104,7 +104,7 @@ describe('Notes', () => {
|
|||
const filename = url.split('/').pop();
|
||||
await request(app.getHttpServer())
|
||||
.delete('/media/' + filename)
|
||||
.expect(200);
|
||||
.expect(204);
|
||||
});
|
||||
|
||||
afterAll(async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue