forked from extern/dockge
wip
This commit is contained in:
6
backend/router.ts
Normal file
6
backend/router.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { DockgeServer } from "./dockge-server";
|
||||
import { Express, Router as ExpressRouter } from "express";
|
||||
|
||||
export abstract class Router {
|
||||
abstract create(app : Express, server : DockgeServer): ExpressRouter;
|
||||
}
|
Reference in New Issue
Block a user