fix routes

This commit is contained in:
Tim Gröger 2020-05-15 13:00:02 +02:00
parent 28204f95e6
commit bf71bcb1ed
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
//const main = 'https://192.168.5.128:5000/' //const main = 'https://192.168.5.128:5000/'
const main = 'http://localhost:5000/' //const main = 'http://localhost:5000/'
//const main = 'http://192.168.5.118:5000/' //const main = 'http://192.168.5.118:5000/'
//const main = 'https://groeger-clan.duckdns.org:5000/' const main = 'https://groeger-clan.duckdns.org:5000/'
const url = { const url = {
login: main + 'login', login: main + 'login',
@ -10,7 +10,7 @@ const url = {
pricelist: main + 'pricelist', pricelist: main + 'pricelist',
getTypes: main + 'drinkTypes', getTypes: main + 'drinkTypes',
getFinanzerMain: main + 'getFinanzerMain', getFinanzerMain: main + 'getFinanzerMain',
bar: main + 'bar', bar: main + 'bar'
barGetUser: main + 'barGetUser', barGetUser: main + 'barGetUser',
barAddAmount: main + 'baradd', barAddAmount: main + 'baradd',
finanzerAddAmount: main + 'finanzerAddAmount', finanzerAddAmount: main + 'finanzerAddAmount',