|
|
@@ -125,7 +125,7 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers(GET, "/stages").authenticated()
|
|
|
// Project Controller
|
|
|
.antMatchers(GET, "/project/listByUser").authenticated()
|
|
|
- .antMatchers(GET, "/project/members").access("@authTools.checkProjOwnershipParam(request)")
|
|
|
+ .antMatchers(GET, "/project/members").authenticated()
|
|
|
.antMatchers(GET, "/project/{projectId}").authenticated()
|
|
|
.antMatchers(POST, "/project/create").authenticated()
|
|
|
.antMatchers(POST, "/project/members").authenticated()
|