modify reservation table page, add socket io client for real time data update, modify makanan list page

This commit is contained in:
kicap
2023-08-25 04:21:55 +08:00
parent 6c5bfde828
commit d96a14e062
30 changed files with 726 additions and 165 deletions

12
.env
View File

@ -2,6 +2,12 @@
# api_url = 'https://panti-asuhan.s-keytech.com/api/'
# # url = 'http://172.29.85.181/panti_asuhan2/'
# # api_url = 'http://172.29.85.181/panti_asuhan2/api/'
url = 'http://20.20.20.25:3001/'
table_url = 'http://20.20.20.25:3001/table'
api_url = 'http://20.20.20.25:3001/table'
# url = 'http://20.20.20.25:3001/'
# table_url = 'http://20.20.20.25:3001/table'
# api_url = 'http://20.20.20.25:3001/table'
# url = 'http://192.168.20.232:3001/'
# table_url = 'http://192.168.20.232:3001/table'
# api_url = 'http://192.168.20.232:3001/table'
url = 'https://reza_backend.kicap-karan.com/'
table_url = 'https://reza_backend.kicap-karan.com/table'
api_url = 'https://reza_backend.kicap-karan.com/table'