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 f0594e6 commit 93f6c4eCopy full SHA for 93f6c4e
src/XIVAPI/XIVAPI.php
@@ -19,7 +19,7 @@ class XIVAPI
19
{
20
const PROD = 'https://xivapi.com';
21
const STAGING = 'https://staging.xivapi.com';
22
- const DEV = 'https://xivapi.local';
+ const DEV = 'http://xivapi.local';
23
24
/** @var Environment */
25
public $environment;
0 commit comments