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.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