File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ class HttpClient
19
19
private $ projectSecret ;
20
20
21
21
//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';
25
25
26
26
//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 ' ;
30
30
31
31
32
32
/**
@@ -134,4 +134,4 @@ public function submitFeedback($data)
134
134
135
135
}
136
136
137
- }
137
+ }
You can’t perform that action at this time.
0 commit comments