We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93931ff commit 1ae5a5eCopy full SHA for 1ae5a5e
1 file changed
core/common/src/main/kotlin/com/ninecraft/booket/core/common/constants/WebViewConstants.kt
@@ -1,6 +1,6 @@
1
package com.ninecraft.booket.core.common.constants
2
3
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", "이용약관"),
+ PRIVACY_POLICY("https://sites.google.com/view/reed-privacypolicy", "개인정보처리방침"),
+ TERMS_OF_SERVICE("https://sites.google.com/view/reed-termsofuse", "이용약관"),
6
}
0 commit comments