Merge branch 'master' of https://git.nejcraft.cz/Nejcraft/NejCommon.NET
# Conflicts: # Controllers/AutoController.cs
This commit is contained in:
commit
ebee356321
|
|
@ -12,7 +12,7 @@ namespace NejCommon.Emails
|
|||
public static string GetCss()
|
||||
{
|
||||
if (_css == "")
|
||||
_css = File.ReadAllText("./NejCommon/Emails/wwwroot/output.css");
|
||||
_css = File.ReadAllText(Path.Join(AppContext.BaseDirectory, "NejCommon/Emails/wwwroot/output.css"));
|
||||
|
||||
return _css;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user