Update boss fight

This commit is contained in:
Chris Chen
2024-03-29 08:04:07 -07:00
parent 6a031ca478
commit d486fe9594
55 changed files with 1809 additions and 799 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ const urls = [
'https://api.happiness.tours'
];
const LINE_CLIENT_ID = '1657422139';
const dockerDebug = urls[0];
const dockerDebug = urls[2];
export const environment = {
production: false,
apiUrl: dockerDebug,