This website requires JavaScript.
Explore
Help
Sign In
swissmakers_gmbh
/
swiss-datashare
Watch
12
Star
0
Fork
0
You've already forked swiss-datashare
mirror of
https://github.com/swissmakers/swiss-datashare.git
synced
2026-04-23 10:07:30 +02:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
8f71fd343506506532c1a24a4c66a16b1021705f
swiss-datashare
/
frontend
/
src
/
services
/
api.service.ts
8 lines
99 B
TypeScript
Raw
Normal View
History
Unescape
Escape
feat: use cookies for authentication
2023-01-04 11:54:28 +01:00
import
axios
from
"axios"
;
feat: remove appwrite and add nextjs backend
2022-10-09 22:30:32 +02:00
const
api
=
axios
.
create
(
{
baseURL
:
"/api"
,
}
)
;
export
default
api
;
Reference in New Issue
Copy Permalink