File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
airbyte-server/src/main/java/io/airbyte/server Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2929import io .airbyte .server .apis .OpenapiApiController ;
3030import io .airbyte .server .apis .OperationApiController ;
3131import io .airbyte .server .apis .SchedulerApiController ;
32+ import io .airbyte .server .apis .SourceOauthApiController ;
3233import io .airbyte .server .apis .binders .AttemptApiBinder ;
3334import io .airbyte .server .apis .binders .ConnectionApiBinder ;
3435import io .airbyte .server .apis .binders .DbMigrationBinder ;
@@ -219,7 +220,7 @@ public ServerRunnable create(final SynchronousSchedulerClient synchronousSchedul
219220 OpenapiApiController .class ,
220221 OperationApiController .class ,
221222 SchedulerApiController .class ,
222- SourceOauthApiFactory .class );
223+ SourceOauthApiController .class );
223224
224225 final Set <Object > components = Set .of (
225226 new CorsFilter (),
You can’t perform that action at this time.
0 commit comments