Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb8a409f authored by Vincent Bourgmayer's avatar Vincent Bourgmayer
Browse files

Merge branch '394-ei-stuck-processing' into 'master'

Updated API endpoint

Closes #394

See merge request e/tools/easy-installer!135
parents 265bda3c 9c12d583
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@ public class AskAccountTask extends Task<String>{
            .POST(datas)
            .setHeader("User-Agent", "Java 11 HttpClient Bot") // add request header
            .header("Content-Type", "application/x-www-form-urlencoded")
            .uri(URI.create("https://e.foundation/easy_process_email.php"))
            .uri(URI.create("https://welcome.ecloud.global/process_email_invite.php"))
            .build();
        
        return request;