removing unneeded endpoints

This commit is contained in:
2024-03-24 20:08:07 -03:00
parent e547ae41d4
commit 274fe5252a
6 changed files with 2 additions and 58 deletions

View File

@@ -10,15 +10,5 @@
fileStream.CopyToAsync(file);
file.Close();
}
public byte[] GetSimpleImage()
{
return File.ReadAllBytes("static/small-image.png");
}
public byte[] GetBigImage()
{
return File.ReadAllBytes("static/big-image.png");
}
}
}