mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Type models
This commit is contained in:
parent
65fcc3119c
commit
e02643f32e
76 changed files with 1710 additions and 816 deletions
|
@ -2,7 +2,7 @@ import express = require('express')
|
|||
|
||||
import { CONFIG } from '../../initializers';
|
||||
import { logger } from '../../helpers'
|
||||
const db = require('../../initializers/database')
|
||||
import { database as db } from '../../initializers/database'
|
||||
|
||||
const clientsRouter = express.Router()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue