server-ts: Fix build errors

This commit is contained in:
Elian Doran
2024-02-17 19:20:32 +02:00
parent a183f21078
commit 5916a8b5b8
16 changed files with 17 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
const appInfo = require('../services/app_info.js');
const appInfo = require('../services/app_info');
const eu = require('./etapi_utils');
function register(router) {