From 920f5f3855418d91e8a55649495bb93ea3841486 Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 14 Dec 2017 23:10:19 +0800
Subject: [PATCH] updates

---
 src/environments/environment.ts |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/environments/environment.ts b/src/environments/environment.ts
index b7f639a..a94cd62 100644
--- a/src/environments/environment.ts
+++ b/src/environments/environment.ts
@@ -4,5 +4,6 @@
 // The list of which env maps to which file can be found in `.angular-cli.json`.
 
 export const environment = {
+  SERVER_URL: `./`,
   production: false
 };

--
Gitblit v1.8.0