mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
update deployment
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
ff09b16174
commit
db56d7d8aa
@ -94,7 +94,7 @@ const api = new awsx.apigateway.API("login", {
|
||||
path: "/",
|
||||
method: "POST",
|
||||
eventHandler: async (event) => {
|
||||
return handle(event.body, serverEndpoint)
|
||||
return handle(event.body, serverEndpoint.get())
|
||||
},
|
||||
}],
|
||||
})
|
||||
|
6
cloud/app/package-lock.json
generated
6
cloud/app/package-lock.json
generated
@ -4,9 +4,9 @@
|
||||
"lockfileVersion": 1,
|
||||
"dependencies": {
|
||||
"@anticrm/dev-account": {
|
||||
"version": "0.6.2",
|
||||
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.2.tgz",
|
||||
"integrity": "sha512-ifRkPuWmo77TJvwyYjRfnWqDEm/A2xrNaAPVSmp5cKoWqQD8FtPW4ZpkLySR9gpb8T19lRWpg5sk952YXAgikQ==",
|
||||
"version": "0.6.3",
|
||||
"resolved": "https://registry.npmjs.org/@anticrm/dev-account/-/dev-account-0.6.3.tgz",
|
||||
"integrity": "sha512-2o/uQQ7yiM0vbJHFacxrBN81pVz1gdr6R0xVzQBqoc4efCta/A2K93WUWgs3S+QDuG4uhvLpDkswP7Y2Cp1ajw==",
|
||||
"requires": {
|
||||
"@anticrm/platform": "~0.6.4",
|
||||
"jwt-simple": "^0.5.6"
|
||||
|
@ -5,7 +5,7 @@
|
||||
"@types/mime": "^2.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@anticrm/dev-account": "^0.6.2",
|
||||
"@anticrm/dev-account": "^0.6.3",
|
||||
"@pulumi/aws": "^4.14.0",
|
||||
"@pulumi/cloud": "^0.30.1",
|
||||
"@pulumi/cloud-aws": "^0.30.1",
|
||||
|
Loading…
Reference in New Issue
Block a user