Skip to content

Commit

Permalink
[CHORE/#94] Interceptor 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 16, 2024
1 parent 888b996 commit 0f25dbb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/src/main/java/com/terning/point/di/AuthInterceptor.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
package com.terning.point.di

import javax.inject.Inject

class AuthInterceptor @Inject constructor() {
}

0 comments on commit 0f25dbb

Please sign in to comment.