fix: cors issue for http server

This commit is contained in:
abdou6666
2025-01-23 15:44:22 +01:00
committed by Mohamed Marrouchi
parent af7b8e7204
commit d9ef2152b7
3 changed files with 34 additions and 2 deletions

View File

@@ -16,3 +16,5 @@ export const MENU_CACHE_KEY = 'menu';
export const LANGUAGES_CACHE_KEY = 'languages';
export const DEFAULT_LANGUAGE_CACHE_KEY = 'default_language';
export const ALLOWED_DOMAINS_CACHE_KEY = 'allowed-domains';