From 2bcdc32c4c6d37a6d40aa4fdfc7b04478a76e961 Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 20 Feb 2019 18:23:05 +0800 Subject: Move some config of todo page to server side. --- Timeline/Configs/TodoListConfig.cs | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 Timeline/Configs/TodoListConfig.cs (limited to 'Timeline/Configs/TodoListConfig.cs') diff --git a/Timeline/Configs/TodoListConfig.cs b/Timeline/Configs/TodoListConfig.cs deleted file mode 100644 index a69e8d03..00000000 --- a/Timeline/Configs/TodoListConfig.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -namespace Timeline.Configs -{ - public class TodoListConfig - { - public string AzureDevOpsPat { get; set; } - } -} -- cgit v1.2.3