We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79d1327 + fb1ed88 commit 52f82f5Copy full SHA for 52f82f5
src/main/java/com/iexec/worker/feign/client/SmsClient.java
@@ -28,7 +28,7 @@
28
29
import feign.FeignException;
30
31
-@FeignClient(name = "SmsClient", url = "#{publicConfigurationService.smsURL}")
+@FeignClient(name = "SmsClient", url = "#{publicConfigurationService.smsURL}", decode404 = true)
32
public interface SmsClient {
33
34
@PostMapping("/untee/secrets")
0 commit comments