Add correct schema for the logout api

This commit is contained in:
AbegaM
2024-03-25 20:04:37 +03:00
parent 4e26874815
commit f6880521d4

View File

@@ -28,7 +28,7 @@ router.put(
router.get(
'/logout',
validator(schema.refreshAccessToken),
validator(schema.removeAccessTokens),
controllers.removeTokens,
);