Skip to content
Snippets Groups Projects
Commit 70b73845 authored by jackie / Andrea Ida Malkah Klaura's avatar jackie / Andrea Ida Malkah Klaura
Browse files

minor bug in debug page

parent 643df1d8
No related branches found
No related tags found
No related merge requests found
......@@ -44,8 +44,8 @@ export default {
},
methods: {
debug () {
axios.get(process.env.API_STEERING_SHOWS + 'user/', {
widthCredentials: true,
axios.get(process.env.API_STEERING + 'users/', {
withCredentials: true,
transformRequest: [debugErrorRequest],
transformResponse: [debugErrorResponse]
}).then(response => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment