Skip to content

Commit

Permalink
disable RequestPathMethodService for ZohoSync #EA-3789
Browse files Browse the repository at this point in the history
  • Loading branch information
GordeaS authored and GordeaS committed May 22, 2024
1 parent 52bb008 commit c7a29a1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
package eu.europeana.entitymanagement.web.service;

import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.condition.ConditionalOnWebApplication;
import org.springframework.stereotype.Service;
import org.springframework.web.context.WebApplicationContext;
import eu.europeana.api.commons.web.service.AbstractRequestPathMethodService;

/** This service is used to populate the Allow header in API responses. */
@Service(value = "requestPathMethodService")
//@ConditionalOnWebApplication
@ConditionalOnWebApplication
public class RequestPathMethodService extends AbstractRequestPathMethodService {

@Autowired
Expand Down

0 comments on commit c7a29a1

Please sign in to comment.