Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -2,7 +2,7 @@ import time | @@ -2,7 +2,7 @@ import time | ||
| 2 | from flask import Blueprint, redirect, render_template, request,Flask, session | 2 | from flask import Blueprint, redirect, render_template, request,Flask, session |
| 3 | 3 | ||
| 4 | from utils.query import query | 4 | from utils.query import query |
| 5 | -from utils.errResp import errorResponse | 5 | +from utils.errorResponse import errorResponse |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | ub = Blueprint('user',__name__,url_prefix='/user',template_folder='templates') | 8 | ub = Blueprint('user',__name__,url_prefix='/user',template_folder='templates') |
-
Please register or login to post a comment