update examples
This commit is contained in:
parent
b921bf72bb
commit
4f8f243624
|
@ -5,11 +5,11 @@ require('../').create({
|
||||||
|
|
||||||
server: 'staging'
|
server: 'staging'
|
||||||
|
|
||||||
, email: 'aj@daplie.com'
|
, email: 'john.doe@example.com'
|
||||||
|
|
||||||
, agreeTos: true
|
, agreeTos: true
|
||||||
|
|
||||||
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
|
, approvedDomains: [ 'example.com', 'www.example.com' ]
|
||||||
|
|
||||||
, app: require('express')().use('/', function (req, res) {
|
, app: require('express')().use('/', function (req, res) {
|
||||||
res.end('Hello, World!');
|
res.end('Hello, World!');
|
||||||
|
|
|
@ -5,11 +5,11 @@ require('../').create({
|
||||||
|
|
||||||
server: 'staging'
|
server: 'staging'
|
||||||
|
|
||||||
, email: 'aj@daplie.com'
|
, email: 'john.doe@example.com'
|
||||||
|
|
||||||
, agreeTos: true
|
, agreeTos: true
|
||||||
|
|
||||||
, approvedDomains: [ 'pokemap.hellabit.com', 'www.pokemap.hellabit.com' ]
|
, approvedDomains: [ 'example.com', 'www.example.com' ]
|
||||||
|
|
||||||
, app: require('express')().use('/', function (req, res) {
|
, app: require('express')().use('/', function (req, res) {
|
||||||
res.end('Hello, World!');
|
res.end('Hello, World!');
|
||||||
|
|
Loading…
Reference in New Issue