แก้ไข
All checks were successful
Build Docker Image / Preparing Dependecies (push) Successful in 5s

This commit is contained in:
2025-11-17 18:24:42 +07:00
parent 21007f7bbc
commit 6da86b74a9
4 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const environment = {
production: false,
apiBaseUrl: 'http://api.nuttakit.work'
apiBaseUrl: 'http://localhost:8000'
};