diff --git a/api/app/schemas/__init__.py b/api/app/schemas/__init__.py index d8df8b0..93639e9 100644 --- a/api/app/schemas/__init__.py +++ b/api/app/schemas/__init__.py @@ -1,11 +1,14 @@ from .auth import LoginRequest, TokenResponse from .category import ( + JokeCrowdBase, JokeCrowdCreate, JokeCrowdResponse, + JokeTypeBase, JokeTypeCreate, JokeTypeResponse, ) from .joke import ( + JokeBase, JokeCreate, JokeResponse, JokeUpdate,