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,6 +1,6 @@
import flet as ft
def my_courses_page():
def my_courses_page(page: ft.Page):
return ft.Column([
ft.Text('หลักสูตรของฉัน', size=22),
ft.Text('ข้อมูลหลักสูตรที่ลงทะเบียน')