Added countries app with get views (filter view and get by alpha2 view)

This commit is contained in:
ITQ
2024-02-27 21:56:49 +03:00
parent 607f6de88c
commit a2253a12c5
14 changed files with 108 additions and 16 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ indent-width = 4
[lint]
select = ["ALL"]
ignore = ["D", "ANN", "ARG"]
ignore = ["D", "ANN", "ARG", "ISC001", "COM812", "RUF012"]
[format]
quote-style = "double"