mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-11 07:55:47 +01:00
use Config type
This commit is contained in:
@@ -57,7 +57,8 @@ const config = {
|
||||
};
|
||||
|
||||
const responseBody = {
|
||||
entries: config
|
||||
entries: config,
|
||||
configUpdatePermission: false
|
||||
};
|
||||
|
||||
const response = {
|
||||
|
||||
Reference in New Issue
Block a user