Skip to content

Commit

Permalink
fix(scanoss): Update the official REST API URL
Browse files Browse the repository at this point in the history
The actual API URL is close to being deprecated, so update it to the new
URL already.

Signed-off-by: Jeronimo Ortiz <[email protected]>
  • Loading branch information
Jeronimo Ortiz authored and sschuberth committed May 3, 2024
1 parent 237f3e2 commit 80c19d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/scanoss/src/main/kotlin/ScanOssService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ interface ScanOssService {
/**
* The default API URL.
*/
const val DEFAULT_API_URL = "https://osskb.org/api/"
const val DEFAULT_API_URL = "api.osskb.org"

/**
* The JSON (de-)serialization object used by this service.
Expand Down

0 comments on commit 80c19d6

Please sign in to comment.