auth endpoints added
This commit is contained in:
@@ -27,4 +27,3 @@ class EndpointRestriction(CrudCollection):
|
||||
endpoint_code: Mapped[str] = mapped_column(
|
||||
String, server_default="", unique=True, comment="Unique code for the endpoint"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user