7 lines
165 B
Plaintext
7 lines
165 B
Plaintext
@using Microsoft.AspNetCore.Mvc.ApiExplorer;
|
|
@using SimpleIdp.Resources
|
|
|
|
@{
|
|
ViewBag.Title = HomeResource.home;
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
} |