Compare commits

..

3 Commits

Author SHA1 Message Date
Timo 7fe6dee81c fix 2020-05-03 17:05:04 +02:00
Timo 1d7791c2b0 only publish necessary files 2020-05-03 17:04:36 +02:00
Timo 3c8dcf3ad2 fix yarn.lock 2020-05-03 17:03:52 +02:00
3 changed files with 3991 additions and 3987 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ export class DatabaseCrudHandler extends HttpHandler implements CrudHandler {
cm.update (); cm.update ();
res.status (found ? http.status_ok : http.status_not_found) res.status (found ? http.status_ok : http.status_not_found)
.json (cm.object); .json (cm.get_data ());
} }
public async update (req: Request, res: Response): Promise<void> { public async update (req: Request, res: Response): Promise<void> {
+5 -1
View File
@@ -36,5 +36,9 @@
"@scode/modelling": "^1.0.16", "@scode/modelling": "^1.0.16",
"@types/express": "^4.17.6", "@types/express": "^4.17.6",
"express": "^4.17.1" "express": "^4.17.1"
} },
"files": [
"LICENSE",
"/dist/"
]
} }
+3985 -3985
View File
File diff suppressed because it is too large Load Diff