1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00

Add ability for plugins to add custom routes

This commit is contained in:
Chocobozzz 2020-04-10 15:07:54 +02:00
parent 9afa0901f1
commit 5e2b2e2775
No known key found for this signature in database
GPG key ID: 583A612D890159BE
11 changed files with 483 additions and 233 deletions

View file

@ -3,3 +3,4 @@ import './filter-hooks'
import './translations'
import './video-constants'
import './plugin-helpers'
import './plugin-router'