Skip to content

Commit 4eba07d

Browse files
committed
uncomment development url
1 parent 8603678 commit 4eba07d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/Client/HttpClient.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ class HttpClient
1919
private $projectSecret;
2020

2121
//Local
22-
private const POST_EXCEPTION = 'http://larvabug.local/api/v1/exception';
23-
private const VALIDATE_CREDENTIALS = 'http://larvabug.local/api/v1/validate/credentials';
24-
private const POST_FEEDBACK = 'http://larvabug.local/api/v1/feedback/submit';
22+
// private const POST_EXCEPTION = 'http://larvabug.local/api/v1/exception';
23+
// private const VALIDATE_CREDENTIALS = 'http://larvabug.local/api/v1/validate/credentials';
24+
// private const POST_FEEDBACK = 'http://larvabug.local/api/v1/feedback/submit';
2525

2626
//Development
27-
// private const POST_EXCEPTION = 'http://dev.larvabug.com/api/v1/exception';
28-
// private const VALIDATE_CREDENTIALS = 'http://dev.larvabug.com/api/v1/validate/credentials';
29-
// private const POST_FEEDBACK = 'http://dev.larvabug.com/api/v1/feedback/submit';
27+
private const POST_EXCEPTION = 'http://dev.larvabug.com/api/v1/exception';
28+
private const VALIDATE_CREDENTIALS = 'http://dev.larvabug.com/api/v1/validate/credentials';
29+
private const POST_FEEDBACK = 'http://dev.larvabug.com/api/v1/feedback/submit';
3030

3131

3232
/**
@@ -134,4 +134,4 @@ public function submitFeedback($data)
134134

135135
}
136136

137-
}
137+
}

0 commit comments

Comments
 (0)