Sign in
简柏林
/
thingskit
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
585de75054bef8443394f949c0398fb1deecd87d
Authored by
Igor Kulikov
2021-10-25 18:00:03 +0300
1 parent
461c18c1
Revert rulenode help assets routing
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
msa/web-ui/server.js
msa/web-ui/server.js
View file @
585de75
...
...
@@ -83,10 +83,6 @@ var server;
83
83
apiProxy
.
web
(
req
,
res
);
84
84
});
85
85
86
-
app
.
all
(
'/assets/help/*/rulenode/**'
,
(
req
,
res
)
=>
{
87
-
apiProxy
.
web
(
req
,
res
);
88
-
});
89
-
90
86
server
.
on
(
'upgrade'
,
(
req
,
socket
,
head
)
=>
{
91
87
apiProxy
.
ws
(
req
,
socket
,
head
);
92
88
});
...
...