This website requires JavaScript.
Explore
Help
Sign in
local-it
/
vikunja-frontend
Watch
0
Star
0
Fork
You've already forked vikunja-frontend
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
9f3d17c3f3
vikunja-frontend
/
src
/
http-common
/
index.js
6 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Added basic classes to handle http/auth/routing
2018-09-06 19:46:09 +02:00
import
axios
from
'axios'
export
const
HTTP
=
axios
.
create
(
{
Cleanup code & make sure it has a common code style
2020-09-05 22:35:52 +02:00
baseURL
:
window
.
API
_URL
,
Added basic classes to handle http/auth/routing
2018-09-06 19:46:09 +02:00
}
)
Reference in a new issue
Copy permalink