IW4M-Admin/WebfrontCore/Views/Home/Index.cshtml
RaidMax c2a3cf0d15 fixed minification and bundling
template tweaks
2018-04-09 22:33:42 -05:00

8 lines
211 B
Plaintext

@await Component.InvokeAsync("ServerList")
@section scripts {
<environment include="Development">
<script type="text/javascript" src="~/js/server.js" defer="defer"></script>
</environment>
}