mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:37:07 +00:00
Add comparison API endpoints
This commit is contained in:
@@ -357,6 +357,26 @@ app.map({
|
||||
delete: [ mw.auth.operations, mw.auth.access.write, mw.info.delete ]
|
||||
}
|
||||
},
|
||||
|
||||
/*
|
||||
* 4D comparisons
|
||||
*/
|
||||
|
||||
// FIXME no authentication yet!
|
||||
|
||||
'/comparison/group': {
|
||||
get: [ mw.comparisons.groups.list ],
|
||||
'/:group': {
|
||||
get: [ mw.comparisons.groups.get ],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
/*
|
||||
* Other endpoints
|
||||
*/
|
||||
|
||||
'/queue/outgoing/': {
|
||||
'asaqc': {
|
||||
get: [ mw.etag.noSave, mw.queue.asaqc.get ],
|
||||
|
||||
Reference in New Issue
Block a user