]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/routing/server-config-resolver.service.ts
Speed up plugins loading
[github/Chocobozzz/PeerTube.git] / client / src / app / core / routing / server-config-resolver.service.ts
index 3b7ed99bfda89924522985211cc64eb88f11cb7d..0ce2023a0b9396013e80e53d7cc6719ff02af0e4 100644 (file)
@@ -1,6 +1,6 @@
 import { Injectable } from '@angular/core'
 import { Resolve } from '@angular/router'
-import { ServerService } from '@app/core/server'
+import { ServerService } from '../server'
 import { ServerConfig } from '@shared/models'
 
 @Injectable()