1
0

Updated TODO list

This commit is contained in:
Michael Gordeev
2019-11-13 02:21:10 +03:00
parent 2db161f14d
commit 21d4201c4b
+3 -1
View File
@@ -10,7 +10,9 @@ namespace MyWebsite.Controllers
// TODO: Create custom error page // TODO: Create custom error page
// TODO: Update Projects.json and Gallery.json // TODO: Update Projects.json and Gallery.json
// TODO: Complete About page // TODO: Complete About page
// TODO: Make language switchable // TODO: Localize application
// TODO: Make authorization system and ability to update website through GUI
// TODO: Consider a database connection
public IActionResult Index() => public IActionResult Index() =>
View(); View();