We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73a6551 commit 8ebf039Copy full SHA for 8ebf039
cdk/stacks/BackendStack.ts
@@ -118,7 +118,7 @@ export class BackendStack extends Stack {
118
publicDevices,
119
})
120
121
- api.addRoute('PUT /credentials', customDevicesAPI.createCredentials)
+ api.addRoute('POST /credentials', customDevicesAPI.createCredentials)
122
123
const cd = new ContinuousDeployment(this, {
124
repository,
lambda/queryHistory.ts
@@ -89,6 +89,7 @@ const h = async (
89
return aResponse(
90
200,
91
{
92
+ // FIXME: add to proto-map
93
'@context': new URL(
94
'https://github.com/hello-nrfcloud/proto-map/history',
95
),
0 commit comments