Skip to content

Conversation

@lajulienn
Copy link

@lajulienn lajulienn commented Dec 19, 2016

Calculator wasn't upgraded. Add only part with REST.

@DanAnastasyev DanAnastasyev self-assigned this Dec 20, 2016

@RequestMapping(path = "/calculate", method = RequestMethod.POST,
consumes = "text/plain", produces = "text/plain")
public String calculate(Authentication authentication, @RequestBody String expression) throws
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А где все те операции из задания с добавлением/удалением переменных и функций?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Их пока что нет :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants