Skip to content

Commit 396c32f

Browse files
fix alias import in admin view
1 parent 42db79b commit 396c32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/admin.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
from models import Domain
66
from models import AdminApikey
77
from models import Rank
8+
from models import Alias
89

910

1011
@app.route('/admin/dashboard')

0 commit comments

Comments
 (0)