mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Added licence notice to many files, other minor type fixes
This commit is contained in:
@@ -69,7 +69,7 @@ function GetApp(): ModuleType {
|
||||
})
|
||||
app.use(express.static(nextdir))
|
||||
const linksFile = 'data/links.json'
|
||||
let links: any = {}
|
||||
let links: { [key: string]: string } = {}
|
||||
|
||||
function loadDonateURL() {
|
||||
try {
|
||||
|
Reference in New Issue
Block a user