Upgraded npm package. Made update view paths shorter
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<DataTableColumn TItem="ApiKeyDetailResponse">
|
||||
<ColumnTemplate>
|
||||
<div class="flex justify-end">
|
||||
<a href="/admin/api/update/@(context.Id)" class="text-primary-500 mr-2 sm:mr-3">
|
||||
<a href="/admin/api/@(context.Id)" class="text-primary-500 mr-2 sm:mr-3">
|
||||
<i class="icon-pencil text-base"></i>
|
||||
</a>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
@page "/admin/api/update/{Id:int}"
|
||||
@page "/admin/api/{Id:int}"
|
||||
|
||||
@using MoonCore.Helpers
|
||||
@using Moonlight.Shared.Http.Requests.Admin.ApiKeys
|
||||
|
||||
Reference in New Issue
Block a user