We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1781fde commit ff89c03Copy full SHA for ff89c03
1 file changed
netlify/functions/hello.js
@@ -5,10 +5,10 @@ export default async () => {
5
<head><meta charset="utf-8"><title>Hello</title></head>
6
<body><h1>Hello, World!</h1></body>
7
</html>`,
8
- { headers: { 'content-type': 'text/html; charset=utf-8' } },
9
- );
10
-};
+ { headers: { 'content-type': 'text/html; charset=utf-8' } }
+ )
+}
11
12
export const config = {
13
- path: '/developers/api/hello',
14
+ path: '/developers/api/hello'
0 commit comments