We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23503fd commit 4673ddaCopy full SHA for 4673dda
app/src/main/java/com/android/unio/model/map/nominatim/NominatimApiService.kt
@@ -11,7 +11,7 @@ import retrofit2.http.Query
11
* Retrofit which can build the URL automatically thanks to it.
12
*/
13
interface NominatimApiService {
14
- @Headers("User-Agent: Unio/0.3 (zafarderie@gmail.com)")
+ @Headers("User-Agent: Unio/0.3 (unio.epfl@gmail.com)")
15
@GET("search")
16
17
/**
0 commit comments