Skip to content
Snippets Groups Projects

Changes to API

Merged Matej Vavrek requested to merge api-fixes into Milestone-2
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -8,6 +8,6 @@
public const int ZipcodeLength = 5;
public const int ShortTextLength = 255;
public const int MediumTextLength = 1800;
public const int LongTextLength = 3600;
public const int LongTextLength = 3600;
}
}
Loading