mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2024-12-05 00:16:10 +01:00
demo: endpoint -> net
This commit is contained in:
parent
049d20b0a2
commit
a4da7fe015
@ -23,23 +23,23 @@ export default {
|
|||||||
},
|
},
|
||||||
endpoints: {
|
endpoints: {
|
||||||
registration: {
|
registration: {
|
||||||
url: `https://pb.farmstar.grassecon.org/registration`,
|
url: `https://pb.farmstar.grassecon.net/registration`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
transaction: {
|
transaction: {
|
||||||
url: `https://pb.farmstar.grassecon.org/transaction`,
|
url: `https://pb.farmstar.grassecon.net/transaction`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
farmer: {
|
farmer: {
|
||||||
url: `https://pb.farmstar.grassecon.org/farmer`,
|
url: `https://pb.farmstar.grassecon.net/farmer`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
distributor: {
|
distributor: {
|
||||||
url: `https://pb.farmstar.grassecon.org/distributor`,
|
url: `https://pb.farmstar.grassecon.net/distributor`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
redeem: {
|
redeem: {
|
||||||
url: `https://pb.farmstar.grassecon.org/redeem`,
|
url: `https://pb.farmstar.grassecon.net/redeem`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user