update examples

Bu işleme şunda yer alıyor:
AJ ONeal 2016-08-16 11:26:54 -06:00
ebeveyn b921bf72bb
işleme 4f8f243624
2 değiştirilmiş dosya ile 4 ekleme ve 4 silme

Dosyayı Görüntüle

@ -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!');

Dosyayı Görüntüle

@ -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!');