Skip to content
Extraits de code Groupes Projets
config.ts 296 o
export default {
	API_URL: 'http://localhost:8000/api/v1',
	WS_URL: 'ws://localhost:8000/api/v1/ws',
	LEARNING_LANGUAGES: ['fr', 'en'],
	SPECIAL_CHARS: [
		'é',
		'É',
		'è',
		'È',
		'ê',
		'Ê',
		'ç',
		'Ç',
		'à',
		'À',
		'ù',
		'Ù',
		'ï',
		'Ï',
		'î',
		'Î',
		'€'
	]
};