Deletes now return 204 instead of 404 (better rest compatability)

ref #13
This commit is contained in:
2020-12-09 19:34:49 +01:00
parent 3ae124ef68
commit a068c4d318
7 changed files with 30 additions and 12 deletions

View File

@@ -0,0 +1,6 @@
/**
* Defines a empty response object
*/
export class ResponseEmpty {
}