Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 5adba4c4

Přidáno uživatelem Vojtěch Bartička před asi 2 roky(ů)

Implemented static global config, added endpoint to set req annotations per document

Zobrazit rozdíly:

Backend/Models/Documents/DocumentAddInfo.cs
15 15
public class DocumentAddInfo
16 16
{
17 17
    public string Name { get; set; }
18
    public EAddDocumentFormat Format { get; set; }
18
    public EAddDocumentFormat Format { get; set; } = EAddDocumentFormat.TEXTFILE;
19 19
    public string Content { get; set; }
20 20
}

Také k dispozici: Unified diff