This commit is contained in:
Chris Chen
2024-03-21 17:47:13 -07:00
parent 6301d6008b
commit b46392bc41
107 changed files with 4606 additions and 228 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const urls = [
'https://api.happiness.tours'
];
const LINE_CLIENT_ID = '1657422139';
const dockerDebug = urls[2];
const dockerDebug = urls[0];
export const environment = {
production: false,
apiUrl: dockerDebug,