Skip to content

Commit 580af7a

Browse files
committed
Switch to Keycloak
1 parent 582b3dd commit 580af7a

18 files changed

Lines changed: 588 additions & 251 deletions

app/.dockerignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
node_modules
2-
npm-debug.log
2+
npm-debug.log
3+
local-start.sh

app/controllers/ngsi-ld/animal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ async function getAnimals(req, res) {
2020
},
2121
headers
2222
);
23-
if(animals && animals.features){
23+
if (animals && animals.features) {
2424
animals.features.forEach((animal) => {
2525
animal.properties.id = animal.id;
2626
});

0 commit comments

Comments
 (0)