We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf3ec9 commit 5bca017Copy full SHA for 5bca017
1 file changed
code/nodejs/servers/https-server/https-server.html
@@ -44,8 +44,8 @@
44
btn.download.complete = async function(){
45
46
47
- //var {create_archive} = await import('https://code.ext-code.com/nodejs/servers/file-server/create-archive.m.js');
48
- //create_archive();
+ var {create_archive} = await import('https://code.ext-code.com/nodejs/servers/https-server/create-archive.m.js');
+ create_archive();
49
50
}//complete
51
0 commit comments