Changing dapps domain to parity

This commit is contained in:
Tomasz Drwięga 2016-05-16 13:01:56 +02:00
parent 0a85df10e8
commit 237bd37030

View File

@ -64,7 +64,7 @@ use std::net::SocketAddr;
use jsonrpc_core::{IoHandler, IoDelegate};
use router::auth::{Authorization, NoAuth, HttpBasicAuth};
static DAPPS_DOMAIN : &'static str = ".dapp";
static DAPPS_DOMAIN : &'static str = ".parity";
/// Webapps HTTP+RPC server build.
pub struct ServerBuilder {