mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2025-01-09 23:57:31 +01:00
demo: endpoint
This commit is contained in:
parent
f9a00b32b1
commit
049d20b0a2
@ -23,23 +23,23 @@ export default {
|
|||||||
},
|
},
|
||||||
endpoints: {
|
endpoints: {
|
||||||
registration: {
|
registration: {
|
||||||
url: `${process.env.BASE_URL}/registration`,
|
url: `https://pb.farmstar.grassecon.org/registration`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
transaction: {
|
transaction: {
|
||||||
url: `${process.env.BASE_URL}/transaction`,
|
url: `https://pb.farmstar.grassecon.org/transaction`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
farmer: {
|
farmer: {
|
||||||
url: `${process.env.BASE_URL}/farmer`,
|
url: `https://pb.farmstar.grassecon.org/farmer`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
distributor: {
|
distributor: {
|
||||||
url: `${process.env.BASE_URL}/distributor`,
|
url: `https://pb.farmstar.grassecon.org/distributor`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
},
|
},
|
||||||
redeem: {
|
redeem: {
|
||||||
url: `${process.env.BASE_URL}/redeem`,
|
url: `https://pb.farmstar.grassecon.org/redeem`,
|
||||||
method: 'post'
|
method: 'post'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user