summaryrefslogtreecommitdiffstats
path: root/frest/templates
diff options
context:
space:
mode:
authorSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:42:06 +0000
committerSanto Cariotti <dcariotti24@gmail.com>2020-04-09 19:47:07 +0000
commit790443782ccab0784d817eb1f43021860906e455 (patch)
tree8e52a5652ed61fc4a286a85aea96b9bcc8581f6a /frest/templates
parent00cade9f5bd860fdc4e3cd3290c64ed3d88c168d (diff)
fix: imports
Diffstat (limited to 'frest/templates')
-rw-r--r--frest/templates/app.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/frest/templates/app.txt b/frest/templates/app.txt
index 9719b87..3f829e0 100644
--- a/frest/templates/app.txt
+++ b/frest/templates/app.txt
@@ -6,7 +6,7 @@ from database import config as db_config
from mail import mail
from mail import config as mail_config
from flask_sqlalchemy import SQLAlchemy
-from utils import http_call
+from frest.utils import http_call
from flask_cors import CORS
import os