Skip to content
Snippets Groups Projects
Commit ec584a8e authored by Ahmad Saladin's avatar Ahmad Saladin
Browse files

change to https

parent 4da93427
Branches
Tags
2 merge requests!30Main,!29Issue 43 sidebar nav
......@@ -3,7 +3,7 @@ import axios from 'axios';
const token = localStorage.getItem('token')
export const HTTP = axios.create({
baseURL: `http://simkpi-backend.herokuapp.com/api/`,
baseURL: `https://simkpi-backend.herokuapp.com/api/`,
headers: {
Accept: 'application/json',
Authorization: `Bearer ${token}`
......
......@@ -75,7 +75,6 @@
:columns="columns"
:filter="selected_filter"
:filter_column="filter_type"
:key = "componentKey"
:default_sort="'name'"
:include="'user'"
@edit-entry="editUser"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment