users should be told where their images and prompts are sent

#13
by maschenk - opened
Files changed (1) hide show
  1. src/routes/+page.svelte +1 -0
src/routes/+page.svelte CHANGED
@@ -101,6 +101,7 @@
101
  form.append('image', imgFile);
102
 
103
  try {
 
104
  const response = await fetch('https://sdb.pcuenca.net/i2i', {
105
  method: 'POST',
106
  body: form
 
101
  form.append('image', imgFile);
102
 
103
  try {
104
+ // something should be added to tell the users that their images and prompts are sent to sdb.pcunca.net
105
  const response = await fetch('https://sdb.pcuenca.net/i2i', {
106
  method: 'POST',
107
  body: form