Changed type to const

ref #4
This commit is contained in:
Nicolai Ort 2020-11-25 18:33:05 +01:00
parent cfbf1ff821
commit 29979a37ab
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import {Router} from 'express';
import {getConnection} from "typeorm";
import {Track} from "../../models/Track"
var router = Router();
const router = Router();
//const manager = getConnection().manager;
router.get('/', async (req, res, next) => {