summaryrefslogtreecommitdiff
path: root/frest/templates/app.txt
diff options
context:
space:
mode:
Diffstat (limited to 'frest/templates/app.txt')
-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