Commit 786e0eca authored by Vince Tozzi's avatar Vince Tozzi
Browse files

Aceitar tipo na post midia

Showing with 1 addition and 1 deletion
+1 -1
......@@ -258,7 +258,7 @@ async def post_midia(*,
descricao: str = Body(default=None),
autor: str = Body(default=None),
mocambo: str = Body(default=None),
tipo: MidiaTipo = Body(default='imagem'),
tipo: str = Body(default='arquivo'),
is_public: bool = Body(default=True),
tags: str = Body(default=None),
#data: Midia,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment