Updated orgnr inside environments

This commit is contained in:
Erik Tiekstra
2021-08-18 09:42:41 +02:00
parent 218e3d6b36
commit 60df99aaa1

View File

@@ -8,7 +8,7 @@ export const environment: Environment = {
api: {
url: '/api',
headers: {
orgnr: '5568301337', // Until we have an organisation-selector
orgnr: '5564673381', // Until we have an organisation-selector
},
},
};