We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9bb5ba commit d5265d0Copy full SHA for d5265d0
resources/js/config.js
@@ -8,7 +8,7 @@ switch (process.env.NODE_ENV) {
8
base_url = 'http://127.0.0.1:8000';
9
break;
10
case 'production':
11
- base_url = 'https://chat2.geekr.dev';
+ base_url = 'https://chat.geekr.dev';
12
13
}
14
0 commit comments