update examples

This commit is contained in:
AJ ONeal 2016-08-16 11:26:54 -06:00
parent b921bf72bb
commit 4f8f243624
2 changed files with 4 additions and 4 deletions

View File

@ -5,11 +5,11 @@ require('../').create({
server: 'staging'
, email: 'aj@daplie.com'
, email: 'john.doe@example.com'
, agreeTos: true
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
, approvedDomains: [ 'example.com', 'www.example.com' ]
, app: require('express')().use('/', function (req, res) {
res.end('Hello, World!');

View File

@ -5,11 +5,11 @@ require('../').create({
server: 'staging'
, email: 'aj@daplie.com'
, email: 'john.doe@example.com'
, agreeTos: true
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
, approvedDomains: [ 'example.com', 'www.example.com' ]
, app: require('express')().use('/', function (req, res) {
res.end('Hello, World!');