This website requires JavaScript.
Explore
Help
Register
Sign In
FumeNodes
/
link-free
Watch
1
Star
0
Fork
0
You've already forked link-free
mirror of
https://github.com/dsoaress/link-free.git
synced
2026-08-17 23:16:03 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aaaaedb73c593de6ff9f9b29c453f6f7a05cf4b1
link-free
/
src
/
services
/
api.ts
6 lines
82 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: add prisma
2021-12-13 15:34:37 -03:00
import
axios
from
'axios'
export
const
api
=
axios
.
create
(
{
fix: api path and sharp
2021-12-13 16:04:31 -03:00
baseURL
:
'/api'
feat: add prisma
2021-12-13 15:34:37 -03:00
}
)
Reference in New Issue
Copy Permalink