xrf.js/scheme/http.js

11 lines
94 B
JavaScript
Raw Normal View History

2025-09-30 13:20:59 +02:00
const profile = {
type: "http"
}
const fetchApi = fetch
export {
profile,
fetchApi
}