v0.0.18 | VPC 생성 필드명 cidr → cidrv4 (NHN API 명세 및 프론트엔드 일치)
All checks were successful
Build And Test / build-and-push (push) Successful in 16s

This commit is contained in:
2026-04-24 16:27:24 +09:00
parent 8aede4f2f5
commit 48fc246301
3 changed files with 3 additions and 3 deletions

View File

@ -99,7 +99,7 @@ class VpcSerializer(serializers.Serializer):
help_text="VPC 이름",
max_length=255,
)
cidr = serializers.CharField(
cidrv4 = serializers.CharField(
help_text="CIDR 블록 (예: 10.0.0.0/16)",
)