Philippus / elastic4s

🔍 Elasticsearch Scala Client - Reactive, Non Blocking, Type Safe, HTTP Client
Apache License 2.0
1.64k stars 695 forks source link

Fix missing slashes #3125

Closed ddvleeuwen closed 3 months ago

ddvleeuwen commented 3 months ago

In a previous PR we fixed 400 errors by adding a missing /. Point is, we forgot to add them for all the other _synonyms endpoints. https://github.com/Philippus/elastic4s/pull/3116