Create api/hello.ts
Browse files- 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;
|