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