Skip to content

Commit

Permalink
Add enum name override
Browse files Browse the repository at this point in the history
  • Loading branch information
aftermath2 committed Jun 17, 2024
1 parent e872c3e commit 38aab77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions robosats/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@
}
},
"REDOC_DIST": "SIDECAR",
"ENUM_NAME_OVERRIDES": {
"StatusEnum": "api.models.order.Order.Status",
}
}


Expand Down

0 comments on commit 38aab77

Please sign in to comment.