Fix error response

This commit is contained in:
Owen
2026-02-10 10:31:07 -08:00
committed by Owen Schwartz
parent 84d1cf7a1d
commit 0ae4d3b5c9

View File

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