Customer Point

This commit is contained in:
efrilm
2025-09-18 13:01:31 +07:00
parent a5d66c63b7
commit 73918430b2
22 changed files with 1970 additions and 98 deletions
+2
View File
@@ -8,4 +8,6 @@ class ApiPath {
// Marketing
static String gamePrizeByGameId = '/api/v1/marketing/game-prizes/game';
// Customer
static String customerPoint = '/api/v1/customer/points';
}