refactor: restructure api module and implement articles pagination with dynamic routing

This commit is contained in:
Flook
2026-05-06 05:58:38 +07:00
parent b4725b184b
commit 2d9cbb3376
12 changed files with 195 additions and 12 deletions
+1 -1
View File
@@ -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):