Skip to content

Commit

Permalink
Use ttcn3.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
5nord committed Nov 5, 2024
1 parent 0b78ccb commit 14696ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/serverDownloader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class ServerDownloader {
}

private async latestReleaseInfo(): Promise<GitHubReleasesAPIResponse> {
const response = await axios.get(`https://api.github.com/repos/nokia/${this.githubProjectName}/releases/latest`, {
const response = await axios.get(`https://ttcn3.dev/api/v1/ntt/releases/latest`, {
headers: { "User-Agent": "vscode-ttcn3-ide" }
})
const data = await response.data;
Expand Down

0 comments on commit 14696ee

Please sign in to comment.