Docs: Add more documentation to the public api

Signed-off-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
Philip Molares 2021-03-19 12:10:46 +01:00
parent cb5c135cb7
commit 168d85778c
6 changed files with 199 additions and 7 deletions

View file

@ -104,7 +104,7 @@ describe('Notes', () => {
const filename = url.split('/').pop();
await request(app.getHttpServer())
.delete('/media/' + filename)
.expect(200);
.expect(204);
});
afterAll(async () => {