ernestmindres commited on
Commit
62283a8
·
verified ·
1 Parent(s): 9794289

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ from decorators import api_key_required # <-- NOUVEL IMPORT
27
  from web_routes import web_bp
28
  from user_routes import user_bp
29
  from billing_routes import billing_bp
30
-
31
 
32
  # Valeur par défaut pour la taille max de contenu
33
  DEFAULT_MAX_CONTENT_LENGTH = 16 * 1024 * 1024
 
27
  from web_routes import web_bp
28
  from user_routes import user_bp
29
  from billing_routes import billing_bp
30
+ from embed_routes import embed_bp
31
 
32
  # Valeur par défaut pour la taille max de contenu
33
  DEFAULT_MAX_CONTENT_LENGTH = 16 * 1024 * 1024