chore: started to write some more documentation about the built in services

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-01-19 13:57:03 +01:00
parent c223b8194d
commit 7b53f18e44
2 changed files with 158 additions and 7 deletions
@@ -27,7 +27,7 @@ export interface HttpRouterFactoryOptions {
/**
* A callback used to generate the path for each plugin, defaults to `/api/{pluginId}`.
*/
getPath(pluginId: string): string;
getPath?(pluginId: string): string;
}
/** @public */