Removed useless console log
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
47f7583659
commit
5f82c5bef8
@ -27,7 +27,6 @@ export default class Apiclient {
|
|||||||
* @returns All urls with shortcode, target, full url and visits in an array of objects
|
* @returns All urls with shortcode, target, full url and visits in an array of objects
|
||||||
*/
|
*/
|
||||||
static async getUrls() {
|
static async getUrls() {
|
||||||
console.log("APICALL")
|
|
||||||
return (
|
return (
|
||||||
await axios.get('https://kauft.es/api?showVisits=true', {
|
await axios.get('https://kauft.es/api?showVisits=true', {
|
||||||
headers: { Authorization: `Bearer ${UserStore.state.token}` }
|
headers: { Authorization: `Bearer ${UserStore.state.token}` }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user