mirror of
https://github.com/louislam/dockge.git
synced 2025-08-17 09:01:02 +02: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