mirror of
https://gitee.com/ThingsGateway/ThingsGateway.git
synced 2025-10-23 11:51:09 +08:00
6 lines
105 B
C#
6 lines
105 B
C#
namespace ThingsGateway.Admin.Application;
|
|
|
|
public class GithubOAuthSettings : GiteeOAuthSettings
|
|
{
|
|
}
|