feat(champs): expose more tags and api fields on rnf, address and commune

This commit is contained in:
Paul Chavard 2023-11-17 12:48:25 +01:00
parent 15ff65429b
commit bfc809f96f
10 changed files with 158 additions and 36 deletions

View file

@ -568,6 +568,12 @@ class API::V2::StoredQuery
rnf {
...RNFFragment
}
commune {
...CommuneFragment
}
departement {
...DepartementFragment
}
}
}