Fixe l'accès en lecture anonyme des blogs
This commit is contained in:
parent
9948f47b5e
commit
46701fea9d
6 changed files with 34 additions and 31 deletions
|
|
@ -11,7 +11,6 @@ using Microsoft.Extensions.OptionsModel;
|
|||
using Yavsc.Models;
|
||||
using Yavsc.ViewModels.Auth;
|
||||
using Microsoft.AspNet.Mvc.Rendering;
|
||||
using Yavsc.ViewModels;
|
||||
|
||||
// For more information on enabling Web API for empty projects, visit http://go.microsoft.com/fwlink/?LinkID=397860
|
||||
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ namespace Yavsc.Controllers
|
|||
using Models;
|
||||
using Models.Billing;
|
||||
using Models.Workflow;
|
||||
using ViewModels;
|
||||
using ViewModels.Auth;
|
||||
[Authorize]
|
||||
public class EstimateController : Controller
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue