Skip to content

Commit b0eee73

Browse files
ilgonmicdkrasnoff
authored andcommitted
Fix resource server
1 parent d683836 commit b0eee73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resource-server/src/main/kotlin/com/compiler/server/controllers/ResourceRestController.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class ResourceRestController(
3131

3232
@GetMapping("/stdlib-{hash}.mjs")
3333
fun getStdlibMjs(@PathVariable hash: String): ResponseEntity<Resource> {
34-
return cacheableResource("/com/compiler/server/stdlib-$hash.uninstantiated.mjs", MediaType("text", "javascript"))
34+
return cacheableResource("/com/compiler/server/stdlib-$hash.mjs", MediaType("text", "javascript"))
3535
}
3636

3737
@GetMapping("/stdlib-{hash}.wasm")

0 commit comments

Comments
 (0)