Philip H.
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
src/lib/Server.js
|
|
@ -104,7 +104,7 @@ module.exports = class Server { |
|
|
setHeader(event, 'Content-Type', 'application/json'); |
|
|
setHeader(event, 'Content-Type', 'application/json'); |
|
|
return `"${UI_SHOW_LINKS}"`; |
|
|
return `"${UI_SHOW_LINKS}"`; |
|
|
})) |
|
|
})) |
|
|
|
|
|
|
|
|
.get('/api/ui-sort-clients', defineEventHandler((event) => { |
|
|
.get('/api/ui-sort-clients', defineEventHandler((event) => { |
|
|
setHeader(event, 'Content-Type', 'application/json'); |
|
|
setHeader(event, 'Content-Type', 'application/json'); |
|
|
return `"${UI_ENABLE_SORT_CLIENTS}"`; |
|
|
return `"${UI_ENABLE_SORT_CLIENTS}"`; |
|
|
|