182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({
181
182 try {
183 const response = await fetch("/", {
184 method: "POST",
185 body: JSON.stringify({
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({
182
183 try {
184 const response = await fetch("/", {
185 method: "POST",
186 body: JSON.stringify({
14 setError("");
15 try {
16 const response = await fetch("/scrape", {
17 method: "POST",
18 headers: { "Content-Type": "application/json" },
49});
50
51export default transport.fetch;
18});
19
20export default transport.fetch;
31});
32
33export default transport.fetch;
15
16 try {
17 const response = await fetch("/interpret", {
18 method: "POST",
19 body: JSON.stringify({ dream }),