mirror of https://github.com/TriliumNext/Notes
server-ts: Convert routes/api/app_info
parent
ea36b37f66
commit
b13ad5d01e
@ -1,11 +1,11 @@
|
||||
"use strict";
|
||||
|
||||
const appInfo = require('../../services/app_info');
|
||||
import appInfo = require('../../services/app_info');
|
||||
|
||||
function getAppInfo() {
|
||||
return appInfo;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
export = {
|
||||
getAppInfo
|
||||
};
|
||||
Loading…
Reference in New Issue