]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/server/debug.model.ts
Add debug component to help admins to fix IP issues
[github/Chocobozzz/PeerTube.git] / shared / models / server / debug.model.ts
1 export interface Debug {
2 ip: string
3 }