Update api requests

This commit is contained in:
miroman-afk
2021-05-31 16:11:03 +03:00
parent 8990126842
commit 3b61b27200
54 changed files with 1911 additions and 362 deletions

View File

@@ -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']
}