Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
AURA
dashboard
Commits
70b73845
Commit
70b73845
authored
Mar 01, 2018
by
Andrea Ida Malkah Klaura
Browse files
minor bug in debug page
parent
643df1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Debug.vue
View file @
70b73845
...
...
@@ -44,8 +44,8 @@ export default {
},
methods
:
{
debug
()
{
axios
.
get
(
process
.
env
.
API_STEERING
_SHOWS
+
'
user/
'
,
{
wi
d
thCredentials
:
true
,
axios
.
get
(
process
.
env
.
API_STEERING
+
'
user
s
/
'
,
{
withCredentials
:
true
,
transformRequest
:
[
debugErrorRequest
],
transformResponse
:
[
debugErrorResponse
]
}).
then
(
response
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment