Merge branch 'fix/backend-laten-werken-op-windows' of https://github.com/SELab-2/Dwengo-1 into fix/backend-laten-werken-op-windows
This commit is contained in:
		
						commit
						88607f7cda
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -1,6 +1,6 @@ | ||||||
| import express, { Express, Response } from 'express'; | import express, { Express, Response } from 'express'; | ||||||
| import { initORM } from './orm.js'; | import { initORM } from './orm.js'; | ||||||
| import "dotenv/config"; | import 'dotenv/config'; | ||||||
| 
 | 
 | ||||||
| import themeRoutes from './routes/themes.js'; | import themeRoutes from './routes/themes.js'; | ||||||
| import learningPathRoutes from './routes/learning-paths.js'; | import learningPathRoutes from './routes/learning-paths.js'; | ||||||
|  |  | ||||||
|  | @ -1,6 +1,5 @@ | ||||||
| import { EnvVars, getEnvVar } from './util/envvars.js'; | import { EnvVars, getEnvVar } from './util/envvars.js'; | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| // API
 | // API
 | ||||||
| export const DWENGO_API_BASE = getEnvVar(EnvVars.LearningContentRepoApiBaseUrl); | export const DWENGO_API_BASE = getEnvVar(EnvVars.LearningContentRepoApiBaseUrl); | ||||||
| export const FALLBACK_LANG = getEnvVar(EnvVars.FallbackLanguage); | export const FALLBACK_LANG = getEnvVar(EnvVars.FallbackLanguage); | ||||||
|  |  | ||||||
		Reference in a new issue
	
	 Laure Jablonski
						Laure Jablonski