Skip to content

Commit efd5030

Browse files
committed
feat: KatchupDomain class 구현
1 parent 64ff9db commit efd5030

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
package site.katchup.springboot.global
2+
3+
class KatchupDomain {
4+
companion object {
5+
const val DOMAIN = ".katchup.kr"
6+
}
7+
}

0 commit comments

Comments
 (0)