Skip to content

Commit ea0790e

Browse files
committed
another cors try with codeload
1 parent f0e303a commit ea0790e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/components/gradle-kotlin-template/gradle-kotlin-template.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class GradleKotlinTemplateComponent {
7878

7979
try {
8080
// URL to the template zip file in public folder
81-
const templateUrl = 'https://github.com/Quillraven/gdx-kotlin-template/archive/refs/heads/master.zip';
81+
const templateUrl = 'https://codeload.github.com/Quillraven/gdx-kotlin-template/zip/refs/heads/master';
8282

8383
// Fetch the template zip file
8484
const response = await fetch(templateUrl);

0 commit comments

Comments
 (0)