Browse Source

Update server API

Added new URL to the server api due to changes in the server set up
master
Felix Kramer 5 years ago
parent
commit
6617289026
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      app/src/main/java/project/schafkopfzaehler_2/api_server.java

+ 1
- 1
app/src/main/java/project/schafkopfzaehler_2/api_server.java 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);


Loading…
Cancel
Save