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