mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:37:08 +00:00
Do not require authentication to query API version
This commit is contained in:
@@ -19,7 +19,7 @@ const options = {
|
||||
};
|
||||
|
||||
const allow = {
|
||||
path: [/\/login$/, /\/logout$/],
|
||||
path: [/\/login$/, /\/logout$/, /\/$/, /\/version$/],
|
||||
useOriginalUrl: false
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user