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
4a8b15e7be
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
(
{
Make api url configurable in index.html
2020-05-05 22:44:58 +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