mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-06-18 21:39:45 +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 --------------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user