update site points controller and route to add new endpoint for all data
Some checks failed
Deploy Backend / deploy (push) Has been cancelled

This commit is contained in:
wayanrivan
2026-07-07 10:52:42 +07:00
parent f47379d040
commit 3836e4c521
143 changed files with 1384 additions and 29024 deletions

View File

@ -21,11 +21,11 @@
},
"database": {
"engine": "postgres",
"host": "147.139.175.69",
"port": "4137",
"username": "saude_stag",
"password": "gM*#o>3W4&5X",
"database": "saude_stag",
"host": "127.0.0.1",
"port": "5432",
"username": "rivanwayan",
"password": "",
"database": "revenue",
"synchronize": true,
"logging": true
},
@ -41,4 +41,4 @@
"tcel": "http://127.0.0.1:4028/",
"kartaun": "http://127.0.0.1:7017/service-kartaun-edc/api/"
}
}
}