@ -14,6 +14,6 @@ export class APISeq2seqRepository extends AnnotationRepository<Seq2seqLabel> {
}
protected baseUrl(projectId: string, docId: number): string {
return `/projects/${projectId}/docs/${docId}/annotations`
return `/projects/${projectId}/examples/${docId}/texts`
@ -14,6 +14,6 @@ export class APISequenceLabelingRepository extends AnnotationRepository<Sequence
return `/projects/${projectId}/examples/${docId}/spans`
@ -8,6 +8,6 @@ export class APITextClassificationRepository extends AnnotationRepository<TextCl
return `/projects/${projectId}/examples/${docId}/categories`