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