Skip to content

Commit 93f6c4e

Browse files
committed
Fix local endpoint
1 parent f0594e6 commit 93f6c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/XIVAPI/XIVAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class XIVAPI
1919
{
2020
const PROD = 'https://xivapi.com';
2121
const STAGING = 'https://staging.xivapi.com';
22-
const DEV = 'https://xivapi.local';
22+
const DEV = 'http://xivapi.local';
2323

2424
/** @var Environment */
2525
public $environment;

0 commit comments

Comments
 (0)