Skip to content

Commit

Permalink
Add UI metadata links
Browse files Browse the repository at this point in the history
  • Loading branch information
mythz committed Jan 24, 2022
1 parent f4a0e9a commit 3306324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceStack/ServiceStackHost.Runtime.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ public virtual string GetCompressionType(IRequest request)
return null;
}

public virtual bool HasUi() => false; //HasPlugin<UiFeature>();
public virtual bool HasUi() => HasPlugin<UiFeature>();
}

}

0 comments on commit 3306324

Please sign in to comment.