|
@@ -115,7 +115,7 @@ class MonacoCreator {
|
|
this.setupDefinitionWorker(libContent);
|
|
this.setupDefinitionWorker(libContent);
|
|
|
|
|
|
// Load code templates
|
|
// Load code templates
|
|
- response = await fetch("templates.json");
|
|
|
|
|
|
+ response = await fetch("/templates.json");
|
|
if (response.ok) {
|
|
if (response.ok) {
|
|
this.templates = await response.json();
|
|
this.templates = await response.json();
|
|
}
|
|
}
|