RedirectServer
Express server that redirect all requests to a different URL
Constructor Summary
| Public Constructor | ||
| public |
constructor(to: string, chain: Boolean) Creates an instance of RedirectServer |
|
Member Summary
| Public Members | ||
| public |
Will chain the request path to the redirect url. |
|
| public |
expressServer: Express Express server |
|
| public |
URl to redirect requests. |
|
Method Summary
| Public Methods | ||
| public |
Start the server on a port, start listening |
|
