aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-12-01 19:19:47 +0800
committercrupest <crupest@outlook.com>2022-12-02 13:35:35 +0800
commit8507c3b3802b0990c681a7c17c4e4d7ef0fa305d (patch)
treedee523de3ff29067fa0202135a322079b295df4c /docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs
parent8cd7fef89d0df2742bc777e8ea1efb10aea7c81e (diff)
downloadcrupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.gz
crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.bz2
crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.zip
Restructure crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs')
-rw-r--r--docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs15
1 files changed, 0 insertions, 15 deletions
diff --git a/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs b/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs
deleted file mode 100644
index 68f893a..0000000
--- a/docker/crupest-api/CrupestApi/Config/TodosConfiguration.cs
+++ /dev/null
@@ -1,15 +0,0 @@
-using System.ComponentModel.DataAnnotations;
-
-namespace CrupestApi.Config
-{
- public class TodoConfiguration
- {
- [Required]
- public string Username { get; set; } = default!;
- [Required]
- public int ProjectNumber { get; set; } = default!;
- [Required]
- public string Token { get; set; } = default!;
- public int? Count { get; set; }
- }
-} \ No newline at end of file