Skip to content

Commit 3306324

Browse files
committed
Add UI metadata links
1 parent f4a0e9a commit 3306324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack/ServiceStackHost.Runtime.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1244,7 +1244,7 @@ public virtual string GetCompressionType(IRequest request)
12441244
return null;
12451245
}
12461246

1247-
public virtual bool HasUi() => false; //HasPlugin<UiFeature>();
1247+
public virtual bool HasUi() => HasPlugin<UiFeature>();
12481248
}
12491249

12501250
}

0 commit comments

Comments
 (0)