mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:57:07 +00:00
Allow everyone to access project configuration.
This is necessary as it is requested by various parts of the frontend. Consider more granular access control.
This commit is contained in:
@@ -100,8 +100,8 @@ app.map({
|
||||
get: [ mw.project.summary.get ],
|
||||
},
|
||||
'/project/:project/configuration': {
|
||||
get: [ mw.auth.access.write, mw.project.configuration.get ], // Get project configuration
|
||||
patch: [ mw.auth.access.write, mw.project.configuration.patch ], // Modify project configuration
|
||||
get: [ mw.project.configuration.get ], // Get project configuration
|
||||
},
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user