mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-14 01:15:44 +01:00
added global variable for restUrl
This commit is contained in:
@@ -10,3 +10,5 @@ var repositoryTypeStore = new Ext.data.ArrayStore({
|
||||
fields: [ 'name', 'type' ],
|
||||
data: repositoryTypes
|
||||
});
|
||||
|
||||
var restUrl = "api/rest/";
|
||||
Reference in New Issue
Block a user