Fix error response

This commit is contained in:
Owen
2026-02-10 10:31:07 -08:00
parent f318f6304b
commit 035396f95c

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."
)
);
}