]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/helpers/actor.ts
add cors section in openapi spec
[github/Chocobozzz/PeerTube.git] / server / helpers / actor.ts
index a60d3ed5d06340c96d8cfb367cd62df5d807285b..5f742505bacc629f97232b4c21130d8d0cedfd31 100644 (file)
@@ -1,5 +1,5 @@
 
-import { ActorModel } from '../models/activitypub/actor'
+import { ActorModel } from '../models/actor/actor'
 import { MActorAccountChannelId, MActorFull } from '../types/models'
 
 type ActorFetchByUrlType = 'all' | 'association-ids'