adjust intro text for content
This commit is contained in:
parent
3e18da6cd0
commit
eff0185e44
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user