Skip to content

Commit af1b1df

Browse files
committed
Export RouterMap publically
1 parent e670962 commit af1b1df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "strontium",
3-
"version": "2.4.7",
3+
"version": "2.4.8",
44
"description": "Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects.",
55
"main": "lib/src/index.js",
66
"types": "lib/src/index.d.ts",

src/http/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
export * from "./abstract/EndpointController"
2+
export * from "./abstract/RouterMap"
3+
24
export * from "./drivers/FastifyServer"

0 commit comments

Comments
 (0)