rebrand Root
This commit is contained in:
parent
aa0444646b
commit
82aac8a233
|
@ -157,13 +157,13 @@
|
||||||
|
|
||||||
function saveContact(email, domains) {
|
function saveContact(email, domains) {
|
||||||
// to be used for good, not evil
|
// to be used for good, not evil
|
||||||
return window.fetch('https://api.rootprojects.org/api/rootprojects.org/public/list', {
|
return window.fetch('https://api.rootprojects.org/api/rootprojects.org/public/community', {
|
||||||
method: 'POST'
|
method: 'POST'
|
||||||
, cors: true
|
, cors: true
|
||||||
, headers: new Headers({ 'Content-Type': 'application/json' })
|
, headers: new Headers({ 'Content-Type': 'application/json' })
|
||||||
, body: JSON.stringify({
|
, body: JSON.stringify({
|
||||||
address: email
|
address: email
|
||||||
, list: 'greenlock-domains@rootprojects.org'
|
, project: 'greenlock-domains@rootprojects.org'
|
||||||
, domain: domains.join(',')
|
, domain: domains.join(',')
|
||||||
})
|
})
|
||||||
}).catch(function (err) {
|
}).catch(function (err) {
|
||||||
|
|
Loading…
Reference in New Issue