Skip to content

Commit

Permalink
#DLF-156 - Paramètre par défaut manquant pour le suggesterProducers
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Dec 20, 2020
1 parent c2b7950 commit 5359c02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Sheaft.Web.Api/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@
"products": "products",
"producers": "producers",
"stores": "stores"
},
"suggesters": {
"products": "suggest-products",
"producers": "suggest-producers",
"stores": "suggest-stores"
}
},
"Sirene": {
Expand Down

0 comments on commit 5359c02

Please sign in to comment.