mirror of
https://github.com/louislam/dockge.git
synced 2026-05-22 14:32:16 +00:00
Init (#1)
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