added ci and tests
This commit is contained in:
@ -1,3 +1,7 @@
|
||||
import * as http from './smartstatus.classes.http'
|
||||
export { HttpStatus } from './smartstatus.classes.http'
|
||||
|
||||
http.
|
||||
export * from './smartstatus.classes.http.1xx'
|
||||
export * from './smartstatus.classes.http.2xx'
|
||||
export * from './smartstatus.classes.http.3xx'
|
||||
export * from './smartstatus.classes.http.4xx'
|
||||
export * from './smartstatus.classes.http.5xx'
|
@ -1,6 +1,6 @@
|
||||
import { HttpStatus, TStatusGroup } from './smartstatus.classes.http'
|
||||
|
||||
export class error500 extends HttpStatus {
|
||||
export class status500 extends HttpStatus {
|
||||
constructor () {
|
||||
super({
|
||||
code: 500,
|
||||
|
Reference in New Issue
Block a user