mirror of
https://github.com/ivanch/tcc.git
synced 2025-09-16 12:49:41 +00:00
removing unneeded endpoints
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user