Skip to content

Commit

Permalink
feat: migrate to generic v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev committed Jul 3, 2024
1 parent caf5d1e commit 69ddc98
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package ch.sbb.polarion.extension.interceptor.rest;

import ch.sbb.polarion.extension.generic.rest.GenericRestApplication;
import ch.sbb.polarion.extension.generic.rest.controller.NamedSettingsInternalController;
import ch.sbb.polarion.extension.interceptor.rest.controller.HooksApiController;
import ch.sbb.polarion.extension.interceptor.rest.controller.HooksInternalController;
import ch.sbb.polarion.extension.interceptor.rest.controller.HooksSettingsApiController;
Expand All @@ -16,6 +17,7 @@ public class InterceptorRestApplication extends GenericRestApplication {
return Set.of(
new HooksSettingsInternalController(),
new HooksSettingsApiController(),
new NamedSettingsInternalController(), // standard settings internal controller still needed for fetching revisions list (in common.js from generic extension)
new HooksInternalController(),
new HooksApiController()
);
Expand Down

0 comments on commit 69ddc98

Please sign in to comment.