mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
* Expose serverBasePath fixes #45991 * Review comments * Fix basepath mock types * AppBasePathContract -> IBasePath * Match basepath test description with assertion * Fix eslint errors
549 B
549 B
Home > kibana-plugin-server > BasePath > serverBasePath
BasePath.serverBasePath property
returns the server's basePath
See BasePath.get for getting the basePath value for a specific request
Signature:
readonly serverBasePath: string;