mirror of
https://github.com/LightningMcK/schafkopfzaehler.git
synced 2025-02-05 13:36:09 +00:00
Update server API
Added new URL to the server api due to changes in the server set up
This commit is contained in:
parent
3bf31d4903
commit
6617289026
@ -12,7 +12,7 @@ import retrofit2.http.Part;
|
|||||||
public interface api_server{
|
public interface api_server{
|
||||||
|
|
||||||
@Multipart
|
@Multipart
|
||||||
@POST("/face_detection/detect/")
|
@POST("/Kartenerkennung/detect/")
|
||||||
|
|
||||||
Call<POJOClass> uploadAttachment(@Part MultipartBody.Part filePart);
|
Call<POJOClass> uploadAttachment(@Part MultipartBody.Part filePart);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user