Fix get hebe schema

This commit is contained in:
Mikołaj Pich 2020-02-11 18:38:36 +01:00
parent 9f81a7f108
commit d55da08c4f
No known key found for this signature in database
GPG key ID: F62B26E36D4C4BAA

View file

@ -27,7 +27,8 @@ router.all("/new", (req, res) => {
router.all("/hebe", (req, res) => {
res.json({
"Envelope": {
"Envelope": [
{
"Capabilities": [
"REGULAR",
"AVG_ENABLED",
@ -236,7 +237,8 @@ router.all("/hebe", (req, res) => {
"Short": "123456",
"Symbol": "123456"
}
},
}
],
"EnvelopeType": "IEnumerable`1",
"InResponseTo": null,
"RequestId": uuid(),