1
0

feat: rename http-common to fetcher (#2620)

Co-authored-by: Dominik Pschenitschni <mail@celement.de>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/2620
Co-authored-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
Co-committed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
This commit is contained in:
Dominik Pschenitschni
2022-11-01 13:06:27 +00:00
committed by konrad
parent 44e6981759
commit 096daad80a
6 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
import {AuthenticatedHTTPFactory} from '@/http-common'
import {AuthenticatedHTTPFactory} from '@/helpers/fetcher'
import type {Method} from 'axios'
import {objectToSnakeCase} from '@/helpers/case'