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