Open AlexanderBobryakov opened 1 month ago
API. Внедрение заглушек ендпоинтов TO-BE:
public class SimpleExample { public static void main(String[] args) { post("/hello", (request, response) -> response.status(501); // Not Implemented ); // ... } }
API. Внедрение заглушек ендпоинтов TO-BE: