xrf.js/scheme/http.js
2025-09-30 13:20:59 +02:00

10 lines
94 B
JavaScript

const profile = {
type: "http"
}
const fetchApi = fetch
export {
profile,
fetchApi
}