Skip to content
This repository was archived by the owner on Oct 6, 2023. It is now read-only.

Commit fcad342

Browse files
author
sowerstl
committed
Correct base GitLab URL; (DOECODE-494)
1 parent dd3f91f commit fcad342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/gov/osti/connectors/api/GitLabAPI.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public final class GitLabAPI {
5656
private String GITLAB_OSTI_BASE_URL = "";
5757
private String GITLAB_OSTI_NAMESPACE = "doecode";
5858
/** GitLab API base URL * */
59-
private static final String GITLAB_BASE_URL = "https://www.gitlab.com";
59+
private static final String GITLAB_BASE_URL = "https://gitlab.com";
6060
private static final String API_PATH = "/api/v4/";
6161

6262
private static final JsonNodeFactory FACTORY_INSTANCE = JsonNodeFactory.instance;

0 commit comments

Comments
 (0)