added products endpoint and implement login input fields max length

This commit was merged in pull request #7.
This commit is contained in:
victorAnumudu
2025-09-14 08:16:48 +01:00
parent 82b5ac085d
commit 84f2cdf53f
17 changed files with 538 additions and 375 deletions
+2 -2
View File
@@ -4,10 +4,10 @@ const RouteLinks = {
customerPage: '/customer',
subscriptions: '/subscriptions',
billings: '/billings',
recentSignup: '/recent',
recentSignup: '/recent-signup',
loansPage: '/loans',
transactionsPage: '/transactions',
offers: '/offers',
products: '/products',
usersAdmin: '/users-admin',
transaction_details_page: '/transaction/details',
errorPage: '*',