Enable the hidden-method filter in the properties template
Summary
This enables the hidden-method filter in the application.yaml template. Without this settings, requests to update trains, wagons and scripts fail as the request method is kept as POST instead of PATCH.
Does this MR meet the acceptance criteria?
-
The main application was run to make sure the server still runs without errors. -
Tests were written to verify the behaviour of this code. -
Javadoc and other comments were added to make the code understandable. -
The code adheres to the style guidelines.