refactor references

This commit is contained in:
geoffrey45
2022-03-21 01:01:06 +03:00
parent cf14610509
commit 2bb5a89a8f
15 changed files with 56 additions and 245 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from flask import Blueprint, request
from app import searchlib
from app.lib import searchlib
from app import helpers
search_bp = Blueprint("search", __name__, url_prefix="/")