Skip to content

Commit

Permalink
fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox675 committed Oct 22, 2021
1 parent 1131b5d commit 3b67d34
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
'use strict';

exports.handler = (event, context, callback) => {
function handler(event) {
/*
* Append index.html or /index.html if needed
*/
Expand Down

0 comments on commit 3b67d34

Please sign in to comment.