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