added SyncControllerTests
This commit is contained in:
@@ -2,7 +2,8 @@ package com.vaessl.app.shared;
|
||||
|
||||
public enum Endpoint {
|
||||
HOMEBOX_LOGIN("/api/v1/users/login"), LOGIN("/login"), CONNECTION_STATUS(
|
||||
"/connections/status"), HOMEBOX_QUERY_ALL_ITEMS("/api/v1/entities"), SEARCH("/search");
|
||||
"/connections/status"), HOMEBOX_QUERY_ALL_ITEMS(
|
||||
"/api/v1/entities"), SEARCH("/search"), SYNC("/sync");
|
||||
|
||||
private final String value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user