mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-19 17:50:09 +02:00
change rest pattern
This commit is contained in:
@@ -77,7 +77,7 @@ public class ScmBackendModule extends ServletModule
|
||||
public static final String FILE_CONFIG = "config.xml";
|
||||
|
||||
/** Field description */
|
||||
public static final String PATTERN_API = "/api/*";
|
||||
public static final String PATTERN_API = "/*";
|
||||
|
||||
//~--- methods --------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ import javax.ws.rs.core.Response;
|
||||
* @author Sebastian Sdorra
|
||||
*/
|
||||
@Singleton
|
||||
@Path("{version}/plugins")
|
||||
@Path("api/{version}/plugins")
|
||||
public class PluginResource implements PluginBackendListener
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user