You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Application-Web/outputs/public/front/Fetcher.ts-06285d09.js

2 lines
227 B

import{API as e}from"./Constants.ts-0288c91b.js";function p(t,n,o="POST"){return fetch(`${e}/${t}`,{method:o,headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(n)})}export{p as fetchAPI};