fix: port 3030 change to 33030
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
*/
|
||||
(function () {
|
||||
// host = ip:port
|
||||
const host = '192.168.8.100:3030';
|
||||
const host = '192.168.8.100:33030';
|
||||
|
||||
// Service Address
|
||||
sessionStorage.setItem('baseUrl', `http://${host}`);
|
||||
|
||||
Reference in New Issue
Block a user