Compare commits

...

2 Commits

Author SHA1 Message Date
3f2c37366e Merge branch 'main' of https://git.hzwnrw.my/Insurance/insurance-fe 2025-08-26 15:13:26 +08:00
0c2d07c973 Use https 2025-08-26 15:13:22 +08:00

View File

@@ -1,4 +1,4 @@
export const environment = {
production: true,
apiUrl: 'http://insurance.hzwnrw.my/api/insurance'
apiUrl: 'https://insurance.hzwnrw.my/api/insurance'
};