feat(services): serializer with siret
This commit is contained in:
parent
ad52710c3c
commit
fd18f8b5f8
1 changed files with 1 additions and 0 deletions
|
@ -6,4 +6,5 @@ class ServiceSerializer < ActiveModel::Serializer
|
|||
attribute :telephone, key: :phone
|
||||
attribute :horaires, key: :schedule
|
||||
attribute :adresse, key: :address
|
||||
attribute :siret, key: :siret
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue