Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
MKCLOS
Core Development Platform
corepkgv2
Commits
85c45e88
Commit
85c45e88
authored
5 years ago
by
Akshay Bharambe
Browse files
Options
Downloads
Patches
Plain Diff
Remove log
parent
d81b2094
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!89
Fix: 412 jwt precondition failed for fasthttp
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
routebuildermdl/routebuilder_fasthttp.go
+0
-1
routebuildermdl/routebuilder_fasthttp.go
with
0 additions
and
1 deletion
routebuildermdl/routebuilder_fasthttp.go
+
0
−
1
View file @
85c45e88
...
...
@@ -125,7 +125,6 @@ func commonHandler(c *routing.Context, isRestricted, isRoleBased, heavyDataActiv
if
ab
!=
nil
{
token
,
ok
:=
ab
.
GetDataString
(
"MQLToken"
)
loggermdl
.
LogError
(
"Token from mql - "
,
token
)
if
ok
{
c
.
Response
.
Header
.
Set
(
"Authorization"
,
token
)
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets