Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
7 lines
148 B
C#
7 lines
148 B
C#
namespace YarpGateway.Config;
|
|
|
|
public static class ConfigNotifyChannel
|
|
{
|
|
public const string GatewayConfigChanged = "gateway_config_changed";
|
|
}
|