We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e670962 commit af1b1dfCopy full SHA for af1b1df
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "strontium",
3
- "version": "2.4.7",
+ "version": "2.4.8",
4
"description": "Strontium is a TypeScript toolkit for High Performance API servers built for Production not Projects.",
5
"main": "lib/src/index.js",
6
"types": "lib/src/index.d.ts",
src/http/index.ts
@@ -1,2 +1,4 @@
export * from "./abstract/EndpointController"
+export * from "./abstract/RouterMap"
+
export * from "./drivers/FastifyServer"
0 commit comments