Bringing local and remote repository in line with one another again
This commit is contained in:
parent
bc581f9eac
commit
332e177f99
15 changed files with 1344 additions and 222 deletions
|
|
@ -3,11 +3,17 @@ import { ChildController } from './ChildController';
|
|||
import { Page } from './Page';
|
||||
import { GET } from './GET';
|
||||
import { POST } from './POST';
|
||||
import { PUT } from './PUT';
|
||||
import { DELETE } from './DELETE';
|
||||
import { ErrorHandler } from './ErrorHandler';
|
||||
|
||||
export {
|
||||
Controller,
|
||||
ChildController,
|
||||
Page,
|
||||
GET,
|
||||
POST
|
||||
}
|
||||
export {
|
||||
Controller,
|
||||
ChildController,
|
||||
Page,
|
||||
GET,
|
||||
POST,
|
||||
PUT,
|
||||
DELETE,
|
||||
ErrorHandler
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue