Skip to content

Commit

Permalink
Remove GenerateRestApiController attribute on ViewModel
Browse files Browse the repository at this point in the history
  • Loading branch information
truongtphat committed Aug 28, 2023
1 parent 8601da0 commit ec61f1e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
namespace Mix.Lib.ViewModels
{
[GenerateRestApiController]
public sealed class MixDatabaseContextViewModel
: TenantDataViewModelBase<MixCmsContext, MixDatabaseContext, int, MixDatabaseContextViewModel>
{
Expand Down

0 comments on commit ec61f1e

Please sign in to comment.