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 419d7c7 commit aec6532Copy full SHA for aec6532
src/config/pushmix.php
@@ -3,7 +3,7 @@
3
4
'subscription_id' => env('PUSHMIX_SUBSCRIPTION_ID', ''),
5
6
- 'push_url' => 'http://localhost/api/push',
7
- 'topics_url' => 'http://localhost/api/get/topics',
+ 'push_url' => 'https://www.pushmix.co.uk/api/push',
+ 'topics_url' => 'https://www.pushmix.co.uk/api/get/topics',
8
9
-];
+];
0 commit comments