This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
Compoment
/
BPA.CAP
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
update global.js
master
Savorboard
3 years ago
parent
9eb916a7bf
commit
7ee8eb0096
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/DotNetCore.CAP.Dashboard/wwwroot/src/global.js
+ 1
- 1
src/DotNetCore.CAP.Dashboard/wwwroot/src/global.js
View File
@@ -2,7 +2,7 @@ let baseURL = "";
switch (process.env.NODE_ENV) {
case 'development':
baseURL = 'http://localhost:500
0
';
baseURL = 'http://localhost:500
1
';
break
default:
baseURL = window.serverUrl;
Write
Preview
Loading…
Cancel
Save