
* Version bump * Okay this should be the last (#2037) * Fixed improper date visualization for reading list detail page. * Correct not-read badge position (#2034) --------- Co-authored-by: Andre Smith <Hobogrammer@users.noreply.github.com> * Bump versions by dotnet-bump-version. * Merged develop in --------- Co-authored-by: Andre Smith <Hobogrammer@users.noreply.github.com>
6 lines
128 B
C#
6 lines
128 B
C#
namespace API.Constants;
|
|
|
|
public abstract class ControllerConstants
|
|
{
|
|
public const int MaxUploadSizeBytes = 8_000_000;
|
|
}
|