chore: started to write some more documentation about the built in services
Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user