implement driver license date validation

This commit is contained in:
root
2026-06-11 21:53:48 -04:00
parent b52c6305b5
commit af5b7fda7e
10 changed files with 1143 additions and 15 deletions
+4
View File
@@ -44,6 +44,10 @@ const nextConfig = {
source: '/api/:path*',
destination: `${apiOrigin}/api/:path*`,
},
{
source: '/storage/:path*',
destination: `${apiOrigin}/storage/:path*`,
},
]
},
}