Skip to content

Commit 628b5da

Browse files
committed
fix sign mobile
1 parent d33a4c7 commit 628b5da

File tree

3 files changed

+28
-28
lines changed

3 files changed

+28
-28
lines changed

Diff for: config-overrides.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ module.exports = {
128128
config.proxy = [
129129
{
130130
context: ['/v3'],
131-
target: 'http://localhost:3001',
131+
// target: 'http://localhost:3001',
132132
changeOrigin: true
133133
}
134134
];

0 commit comments

Comments
 (0)