Skip to content

Commit

Permalink
Migrate from status.slack.com to slack-status.com (#1285)
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch authored Feb 27, 2024
1 parent 7c0f8a2 commit 18da1ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public interface LegacyStatusClient {

String ENDPOINT_URL_PREFIX = "https://status.slack.com/api/v1.0.0/";
String ENDPOINT_URL_PREFIX = "https://slack-status.com/api/v1.0.0/";

String getEndpointUrlPrefix();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
*/
public interface StatusClient {

String ENDPOINT_URL_PREFIX = "https://status.slack.com/api/v2.0.0/";
String ENDPOINT_URL_PREFIX = "https://slack-status.com/api/v2.0.0/";

String getEndpointUrlPrefix();

Expand Down

0 comments on commit 18da1ab

Please sign in to comment.