Skip to content

Commit

Permalink
hotfix: baseUrl ์ˆ˜์ •
Browse files Browse the repository at this point in the history
  • Loading branch information
TRASALBY committed May 19, 2024
1 parent 189094c commit 149c26d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import javax.inject.Singleton
@InstallIn(SingletonComponent::class)
object NetworkModule {

private const val BASE_URL = "http://192.168.219.140:8080/api/"
private const val BASE_URL = "https://k10d107.p.ssafy.io/api/"

@Qualifier
@Retention(AnnotationRetention.BINARY)
Expand Down

0 comments on commit 149c26d

Please sign in to comment.