We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74164c5 commit d5cf816Copy full SHA for d5cf816
handler/index.mjs
@@ -3,7 +3,7 @@
3
*/
4
export const handler = async function(event) {
5
if (req.httpMethod === 'OPTIONS') {
6
- return { statusCode: 200 }
+ return { statusCode: 200 };
7
}
8
let location = '/graphql';
9
if (event.queryStringParameters) {
handler/swapi.mjs
0 commit comments