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