Skip to content

Commit

Permalink
Fjernet for mye i getDecorator
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasDybdahl committed May 10, 2024
1 parent a9660a1 commit f1727c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/decorator.cjs
Expand Up @@ -20,6 +20,9 @@ const extractDecoratorFragments = (html) => {
APP_SETTINGS: JSON.stringify({
REST_API_URL: `${process.env.REST_API_URL}`,
LOGIN_URL: `${process.env.LOGIN_URL}`,
LOG_VALIDATION: `${process.env.LOG_VALIDATION}`,
APP_VERSION: `${process.env.APP_VERSION}`,
INNSYN: `${process.env.INNSYN}`,
PUBLIC_PATH: `${process.env.PUBLIC_PATH}`,
}),
};
Expand Down

0 comments on commit f1727c5

Please sign in to comment.