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:
parent
d9175c1fc2
commit
75d93af246
22 changed files with 483 additions and 107 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue