diff --git a/backend/controllers/myTischtennisUrlController.js b/backend/controllers/myTischtennisUrlController.js index 9ba282d..0e8656c 100644 --- a/backend/controllers/myTischtennisUrlController.js +++ b/backend/controllers/myTischtennisUrlController.js @@ -21,7 +21,7 @@ class MyTischtennisUrlController { const { url } = req.body; if (!url) { - throw new HttpError('URL and clubTeamId are required', 400); + throw new HttpError('URL is required', 400); } // Validate URL