mirror of
https://github.com/CorentinTh/it-tools.git
synced 2026-06-28 04:02:37 +00:00
5 lines
93 B
JavaScript
5 lines
93 B
JavaScript
export default {
|
|
async fetch(request, env) {
|
|
return env.ASSETS.fetch(request);
|
|
},
|
|
};
|