mirror of
https://github.com/dataforcanada/d4c-service-main-site.git
synced 2026-06-13 14:00:51 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import render from 'render2'
|
||||
|
||||
export default {
|
||||
async fetch(request, env, ctx) {
|
||||
return render.fetch(request, env, ctx)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user