refactor: restructure api module and implement articles pagination with dynamic routing
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
import flet as ft
|
||||
import asyncio
|
||||
|
||||
from app.api import login, get_me
|
||||
from app.api.auth import login, get_me
|
||||
from app.state import state
|
||||
|
||||
def login_page(page: ft.Page, on_login_success):
|
||||
|
||||
Reference in New Issue
Block a user