updated controller

This commit is contained in:
Ashraful Haque 2021-02-16 15:13:58 +00:00
parent e2035e51c5
commit 231f86f64d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ namespace TestApplication.Controllers
Date = DateTime.Now.AddDays(index),
TemperatureC = rng.Next(-20, 55),
Summary = Summaries[rng.Next(Summaries.Length)],
DorsetCollege = "Students are learning API"
DorsetCollege = "We are pushing our changes to GitHub"
})
.ToArray();
}