Compare commits

..

3 Commits

Author SHA1 Message Date
7fe6dee81c fix 2020-05-03 17:05:04 +02:00
1d7791c2b0 only publish necessary files 2020-05-03 17:04:36 +02:00
3c8dcf3ad2 fix yarn.lock 2020-05-03 17:03:52 +02:00
3 changed files with 3991 additions and 3987 deletions

View File

@ -79,7 +79,7 @@ export class DatabaseCrudHandler extends HttpHandler implements CrudHandler {
cm.update ();
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> {

View File

@ -36,5 +36,9 @@
"@scode/modelling": "^1.0.16",
"@types/express": "^4.17.6",
"express": "^4.17.1"
}
},
"files": [
"LICENSE",
"/dist/"
]
}

7970
yarn.lock

File diff suppressed because it is too large Load Diff