1 parent 19f0674 commit 8ad4617Copy full SHA for 8ad4617
1 file changed
blog/26-02-05/request-url-to-absolute-filename/ex/resolve.js
@@ -49,6 +49,10 @@
49
}
50
51
52
+ if(url.endsWith('/')){
53
+ abs += '/';
54
+ }
55
+
56
resolve.df && console.log('ok',abs);
57
return {abs};
58
0 commit comments