From 8dd2337c2d65e29034950940a239d0c73540f92a Mon Sep 17 00:00:00 2001
From: 沈斌 <bluelazysb@hotmail.com>
Date: Thu, 14 Dec 2017 22:58:52 +0800
Subject: [PATCH] updates

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

diff --git a/src/environments/environment.prod.ts b/src/environments/environment.prod.ts
index 3612073..ab89b16 100644
--- a/src/environments/environment.prod.ts
+++ b/src/environments/environment.prod.ts
@@ -1,3 +1,4 @@
 export const environment = {
+  SERVER_URL: `./`,
   production: true
 };

--
Gitblit v1.8.0