ipaddress router wip

This commit is contained in:
2024-04-01 23:06:59 +02:00
parent 06b50247fd
commit 6ef378ab7a
2 changed files with 36 additions and 35 deletions

View File

@@ -28,6 +28,10 @@ class IpAddressIn(BaseModel):
status: int = 0
class IpAddressIDS(BaseModel):
ids: list[str]
class IpAddressRepository(AbstractRepository[IpAdress]):
class Meta:
collection_name = "ipaddress"