feat: outlet information page

This commit is contained in:
efrilm
2025-08-19 11:08:33 +07:00
parent de11c1243c
commit 590bb3329c
21 changed files with 2652 additions and 104 deletions
+3
View File
@@ -27,4 +27,7 @@ class ApiPath {
// Order
static const String order = '/api/v1/orders';
// Outlet
static const String outlet = '/api/v1/outlets';
}