Fix error response

This commit is contained in:
Owen
2026-02-10 10:31:07 -08:00
parent 193b7ff21e
commit ea0e770b57

View File

@@ -101,7 +101,7 @@ export async function createClient(
return next(
createHttpError(
HttpCode.BAD_REQUEST,
"Invalid subnet format. Please provide a valid CIDR notation."
"Invalid subnet format. Please provide a valid IP."
)
);
}