Update server API

Added new URL to the server api due to changes in the server set up
This commit is contained in:
Felix Kramer 2019-03-06 21:55:16 +01:00 committed by GitHub
parent 3bf31d4903
commit 6617289026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ import retrofit2.http.Part;
public interface api_server{
@Multipart
@POST("/face_detection/detect/")
@POST("/Kartenerkennung/detect/")
Call<POJOClass> uploadAttachment(@Part MultipartBody.Part filePart);