File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,15 @@ public class Constant
18
18
public static readonly string MsgStatus404 = "Item não encontrado!" ;
19
19
public static readonly string MsgStatus429 = "Limite de requisições ultrapassado, por favor, aguarde." ;
20
20
public static readonly string MsgStatus500 = "Erro interno no servidor!" ;
21
+ public static readonly string SwaggerTitle = "Rest API" ;
22
+ public static readonly string SwaggerDescription = "Swagger dos principais endpoints da API" ;
23
+ public static readonly string SwaggerContactName = "API Support - Website" ;
24
+ public static readonly string SwaggerContactUrl = "https://github.com/tglima/restapi-dotnetcore6" ;
25
+ public static readonly string SwaggerLicenseName = "MIT" ;
26
+ public static readonly string SwaggerLicenseUrl = "https://github.com/tglima/restapi-dotnetcore6/blob/main/LICENSE" ;
27
+ public static readonly string SwaggerSecurityDescription = "Chave de acesso individual disponibilizado para acessar a API" ;
28
+ public static readonly string SwaggerSecurityScheme = "ApiKeyScheme" ;
29
+
21
30
}
22
31
}
23
32
You can’t perform that action at this time.
0 commit comments