Mxiaodang commited on
Commit
5643d9d
·
verified ·
1 Parent(s): 5b4d1e5

Create api/hello.ts

Browse files
Files changed (1) hide show
  1. api/hello.ts +2 -0
api/hello.ts ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ import { handler as fetch } from "../serve.ts";
2
+ export default fetch;