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
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+ }
You can’t perform that action at this time.
0 commit comments