mirror of
https://github.com/fosrl/pangolin.git
synced 2025-09-01 15:25:17 +02:00
Merge pull request #1262 from jackrosenberg/patch-1
fix: fixed api error message in createSite.ts
This commit is contained in:
commit
54b3c92953
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export async function createSite(
|
|||
return next(
|
||||
createHttpError(
|
||||
HttpCode.BAD_REQUEST,
|
||||
"Invalid subnet format. Please provide a valid CIDR notation."
|
||||
"Invalid address format. Please provide a valid IP notation."
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue