From 45c960676632e95d69d60b3c4ede933301f99e8c Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 16 Dec 2020 05:57:02 +0000 Subject: [PATCH] --- FO/Controllers/FOBaseController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FO/Controllers/FOBaseController.cs b/FO/Controllers/FOBaseController.cs index b27634a..cd8dfa4 100644 --- a/FO/Controllers/FOBaseController.cs +++ b/FO/Controllers/FOBaseController.cs @@ -14,7 +14,7 @@ namespace NP.FO.Controllers { public class FOBaseController : NP.Base.BaseController { - //전역변수 SNS 로그인 ClientID + //전역변수 SNS 로그인 ClientID (네이버,카카오,구글) public string naverClientID = "CEaGg2S0nrdOgmafAKgF"; public string kakaoClientID = "e85ec9c124e5dc6441f58254ddceb454"; public string googleClientID = "382613036220-4dbillsob2mf81g70t5b9b1hchukqtn4.apps.googleusercontent.com";