mirror of
https://github.com/miawinter98/just-short-it.git
synced 2024-11-13 21:19:53 +00:00
5 lines
112 B
C#
5 lines
112 B
C#
|
namespace JustShortIt.Model;
|
|||
|
|
|||
|
public class Customization {
|
|||
|
public int GeneratedIdLength { get; set; } = 6;
|
|||
|
}
|