Update Versi 1.5.27 #32

Merged
bagasbanuna merged 1009 commits from staging into main 2025-12-17 12:22:28 +08:00
1671 changed files with 70391 additions and 18717 deletions
Showing only changes of commit ba32184039 - Show all commits

View File

@@ -127,7 +127,7 @@ export const middleware = async (req: NextRequest) => {
try {
const validationResponse = await fetch(
`${new URL(req.url).origin}/api/validation`,
new URL(validationApiRoute, req.url),
{
headers: {
"Content-Type": "application/json",