Update api requests
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
code: 'app.test.hello',
|
||||
url: '/test/hello',
|
||||
templateUrl: '../views/test_hello.html',
|
||||
data: { title : 'Hello' },
|
||||
controller: 'TestHelloCtrl',
|
||||
resolve: ['scripts/controllers/test_hello.js']
|
||||
code: 'app.v1.reimport',
|
||||
url: '/v1/reimport',
|
||||
templateUrl: '../views/reimport.html',
|
||||
data: { title : 'Повторная выгрузка' },
|
||||
controller: 'ReImportCtrl',
|
||||
resolve: ['scripts/controllers/reimport.js']
|
||||
}
|
||||
Reference in New Issue
Block a user