Skip to content

Commit

Permalink
#10 - whoops. Forgot to add it to the vert.x app
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Feb 18, 2025
1 parent dc67c93 commit 36e1ff3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions oni/src/main/scala/org/mbari/oni/Endpoints.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import org.mbari.oni.endpoints.{
MediaEndpoints,
PhylogenyEndpoints,
PrefNodeEndpoints,
RawEndpoints,
ReferenceEndpoints,
UserAccountEndpoints
}
Expand Down Expand Up @@ -57,6 +58,7 @@ object Endpoints:
val linkTemplateEndpoints: LinkTemplateEndpoints = LinkTemplateEndpoints(entityMangerFactory)
val mediaEndpoints: MediaEndpoints = MediaEndpoints(entityMangerFactory, phylogenyEndpoints.service)
val prefNodeEndpoints: PrefNodeEndpoints = PrefNodeEndpoints(entityMangerFactory)
val rawEndpoints: RawEndpoints = RawEndpoints(entityMangerFactory)
val referenceEndpoints: ReferenceEndpoints = ReferenceEndpoints(entityMangerFactory)
val userAccountEndpoints: UserAccountEndpoints = UserAccountEndpoints(entityMangerFactory)

Expand All @@ -72,6 +74,7 @@ object Endpoints:
mediaEndpoints,
phylogenyEndpoints,
prefNodeEndpoints,
rawEndpoints,
referenceEndpoints,
userAccountEndpoints
).flatMap(_.allImpl)
Expand Down

0 comments on commit 36e1ff3

Please sign in to comment.