This commit is contained in:
Oskar 2022-02-25 18:46:12 +01:00 committed by GitHub
parent 879f058a1c
commit 97f725354f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ export default async function addURL(url: string, response: VercelResponse) {
if (url.includes(b)) {
return response.status(400).json({
success: false,
message: 'URL in on blacklist'
message: 'URL is on blacklist'
})
}
})