mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:27:07 +00:00
Protect the /project/:project/meta route
This commit is contained in:
@@ -161,7 +161,7 @@ app.map({
|
||||
// post: [ mw.info.post ],
|
||||
},
|
||||
'/project/:project/meta/': {
|
||||
put: [ mw.meta.put ],
|
||||
put: [ mw.auth.access.write, mw.meta.put ],
|
||||
},
|
||||
'/project/:project/meta/:path(*)': {
|
||||
// Path examples:
|
||||
|
||||
Reference in New Issue
Block a user