Skip to content

Commit

Permalink
#7 Feature google redirect url add
Browse files Browse the repository at this point in the history
  • Loading branch information
Heonbyeong committed Jul 6, 2022
1 parent 307286e commit f655ce5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ import javax.inject.Singleton
@InstallIn(SingletonComponent::class)
object NetworkModule {

private const val BASE_URL = "https://knowing-server.allie.kr"
private const val BASE_URL = "https://knowing-server.allie.kr/"
private const val GOOGLE_BASE_URL = "https://accounts.google.com/"

@Provides
@Singleton
Expand Down

0 comments on commit f655ce5

Please sign in to comment.