chore(release): prepare public source release
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Rocket.Runtime
|
||||
{
|
||||
public sealed class RuntimeFeature
|
||||
{
|
||||
public static string ReplacementOnly(string value)
|
||||
{
|
||||
return "server:" + value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user