Cleaning up tags and url regexes, closes #6
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-08-03 12:44:04 -04:00
parent d4c4f521ec
commit 0903278f14
4 changed files with 8 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ namespace Common.Models.DBDomain
public static Tag GetOriginalWorkTag()
{
return new Tag {TagValue = "original_work"};
return new Tag {TagValue = "meta:original_work"};
}
public static Tag GetNsfwTag()