adjust intro text for content

This commit is contained in:
Ryan Peters 2022-12-01 12:06:42 -05:00
parent 3e18da6cd0
commit eff0185e44

View File

@ -19,7 +19,7 @@ var filePath = configuration["ContentFilePath"];
if (!File.Exists(filePath)) if (!File.Exists(filePath))
{ {
File.WriteAllText(filePath, string.Empty); File.WriteAllText(filePath, "Hi! Feel free to start typing. Everything will be saved soon after you are done typing.");
} }
app.UseHttpsRedirection(); app.UseHttpsRedirection();