Skip to content

Commit

Permalink
Allow demo from api.propid.jp
Browse files Browse the repository at this point in the history
  • Loading branch information
keichan34 committed Apr 15, 2021
1 parent 171bae9 commit 6bd817b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/demo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const refererHeads = [
'http://127.0.0.1:',
'http://localhost:',
'https://geolonia.github.io',
'https://api.propid.jp',
]

const _handler: Handler<PublicHandlerEvent, APIGatewayProxyResult> = async (event, context, callback) => {
Expand Down

0 comments on commit 6bd817b

Please sign in to comment.