Skip to content

Commit

Permalink
Updated api key
Browse files Browse the repository at this point in the history
  • Loading branch information
seime committed Aug 12, 2023
1 parent fcc491b commit 76129f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
public class RestApiClient {
public static final String HEADER_ACCESS_TOKEN = "x-august-access-token";
public static final String HEADER_CONTENT_TYPE_APPLICATION_JSON = "application/json";
private static final String API_KEY = "79fd0eb6-381d-4adf-95a0-47721289d1d9";
private static final String API_KEY = "d9984f29-07a6-816e-e1c9-44ec9d1be431";

private HttpClient httpClient;

Expand Down

0 comments on commit 76129f5

Please sign in to comment.