diff --git a/Yavsc/AuthorizationHandlers/ViewFileHandler.cs b/Yavsc/AuthorizationHandlers/ViewFileHandler.cs index e615f944..dfc6a607 100644 --- a/Yavsc/AuthorizationHandlers/ViewFileHandler.cs +++ b/Yavsc/AuthorizationHandlers/ViewFileHandler.cs @@ -10,6 +10,7 @@ namespace Yavsc.ViewModels.Auth.Handlers if (fileContext.Path.StartsWith("/pub/")) context.Succeed(requirement); else { + // TODO use "/blog/{num}/" path to link to blog access list context.Succeed(requirement); } }