The table generator on the frontend is now able to read a user's classes and delete them, which involved very little editing of the backend aside from adding allowed methods onto our MvcConfig.java file, because apparently the methods on SecurityConfig.java do nothing, as after testing removing "READ" from SecurityConfig.java, all requests with the "READ" method still worked.
Feature Update
The table generator on the frontend is now able to read a user's classes and delete them, which involved very little editing of the backend aside from adding allowed methods onto our
MvcConfig.java
file, because apparently the methods onSecurityConfig.java
do nothing, as after testing removing "READ" fromSecurityConfig.java
, all requests with the "READ" method still worked.