summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/frest/templates/routes.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/frest/templates/routes.txt b/src/frest/templates/routes.txt
index a24a3b1..11ba63a 100644
--- a/src/frest/templates/routes.txt
+++ b/src/frest/templates/routes.txt
@@ -1,6 +1,6 @@
from flask import Blueprint, request, abort
-from fapi.utils import http_call, model_serialize
-from fapi.decorators import check_token, admin_required
+from frest.utils import http_call, model_serialize
+from frest.decorators import check_token, admin_required
from .models import %%NAME%%
from .forms import %%NAME%%Form
from database import db