mirror of https://github.com/status-im/codimd.git
Merge pull request #971 from SISheogorath/fix/gitlabWarning
Set default to `v4`
This commit is contained in:
commit
ffc28e06f3
|
@ -104,7 +104,8 @@ module.exports = {
|
|||
baseURL: undefined,
|
||||
clientID: undefined,
|
||||
clientSecret: undefined,
|
||||
scope: undefined
|
||||
scope: undefined,
|
||||
version: 'v4'
|
||||
},
|
||||
mattermost: {
|
||||
baseURL: undefined,
|
||||
|
|
Loading…
Reference in New Issue