mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-24 15:13:00 +00:00
Router -> ServerRouter
This commit is contained in:
parent
1e56527f44
commit
a1e62c11e4
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ import { pathspec_to_regex } from '../Shared/Pathspec.mjs';
|
|||
* simplified.
|
||||
* @param {Boolean} verbose Whether to be verbose and log a bunch of things to the console. Useful for debugging.
|
||||
*/
|
||||
class Router
|
||||
class ServerRouter
|
||||
{
|
||||
constructor(verbose = false) {
|
||||
/** The actions to run in turn. */
|
||||
|
@ -179,4 +179,4 @@ class Router
|
|||
}
|
||||
}
|
||||
|
||||
export default Router;
|
||||
export default ServerRouter;
|
||||
|
|
Loading…
Reference in a new issue