Skip to content

Commit f0e303a

Browse files
committed
another cors try
1 parent 67865ac commit f0e303a

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 = 'gdx-kotlin-template-master.zip';
81+
const templateUrl = 'https://github.com/Quillraven/gdx-kotlin-template/archive/refs/heads/master.zip';
8282

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

0 commit comments

Comments
 (0)