rename some files.

This commit is contained in:
Christopher Jeffrey 2016-04-16 20:59:32 -07:00
parent 71373975b3
commit 3f56375ad7
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD
3 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ module.exports = function(bcoin) {
bcoin.http.provider = require('./provider')(bcoin);
if (!bcoin.isBrowser) {
bcoin.http.base = require('./ht' + 'tp');
bcoin.http.base = require('./ba' + 'se');
bcoin.http.server = require('./ser' + 'ver')(bcoin);
}