Skip to content

Commit 5628706

Browse files
committed
identity route fix
1 parent 935d249 commit 5628706

File tree

1 file changed

+1
-1
lines changed
  • PixelSDK/src/main/java/convertedin/pixel/pixelsdk/apis

1 file changed

+1
-1
lines changed

PixelSDK/src/main/java/convertedin/pixel/pixelsdk/apis/EventApis.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ interface EventApis {
2828
): Single<Any>
2929

3030
companion object {
31-
const val API_IDENTITY = "identify"
31+
const val API_IDENTITY = "identity"
3232
const val API_EVENTS = "events"
3333
}
3434

0 commit comments

Comments
 (0)