Skip to content

Commit 1ae5a5e

Browse files
committed
[BOOK-185] feat: 서비스이용약관, 개인정보처리방침 웹 url 변경
1 parent 93931ff commit 1ae5a5e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package com.ninecraft.booket.core.common.constants
22

33
enum class WebViewConstants(val url: String, val title: String) {
4-
PRIVACY_POLICY("https://www.notion.so/23c7dd1d73f6802aa9a9d2b1d4243b85?source=copy_link", "개인정보처리방침"),
5-
TERMS_OF_SERVICE("https://www.notion.so/23c7dd1d73f6805bb475d758d355f4e5?source=copy_link", "이용약관"),
4+
PRIVACY_POLICY("https://sites.google.com/view/reed-privacypolicy", "개인정보처리방침"),
5+
TERMS_OF_SERVICE("https://sites.google.com/view/reed-termsofuse", "이용약관"),
66
}

0 commit comments

Comments
 (0)