mirror of https://github.com/interlegis/sapl.git
Browse Source
- Rm drf-yasg e add drj-spectacular - corrige schema de listagem - ajusta urls para /api/schema, /api/schema/swagger-ui, api/schema/redoc - insere na paginação links diretos de next e previous com filtropull/3446/head
Leandro Roberto
3 years ago
6 changed files with 101 additions and 10 deletions
@ -0,0 +1,5 @@ |
|||||
|
from drf_spectacular.openapi import AutoSchema |
||||
|
|
||||
|
|
||||
|
class Schema(AutoSchema): |
||||
|
pass |
Loading…
Reference in new issue