Skip to content

Commit d287d17

Browse files
Dmitry TarasovDmitry Tarasov
authored andcommitted
Set production API URL
1 parent 3936731 commit d287d17

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • src/Stackify/Log/Transport/Config

src/Stackify/Log/Transport/Config/Api.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
namespace Stackify\Log\Transport\Config;
44

5-
// @TODO set release values
65
class Api
76
{
8-
const API_BASE_URL = 'https://dev.stackify.com/API';
7+
const API_BASE_URL = 'https://api.stackify.com';
98
const API_CALL_LOGS = '/Log/Save';
109
const API_MAX_TIME = 5;
1110
const API_VERSION_HEADER = 'V1';

0 commit comments

Comments
 (0)