kibana/docs/development/core/server/kibana-plugin-server.basepath.serverbasepath.md
Rudolf Meijering 1e2f6d8b1f
Expose serverBasePath fixes #45991 (#45995) (#46966)
* Expose serverBasePath fixes #45991

* Review comments

* Fix basepath mock types

* AppBasePathContract -> IBasePath

* Match basepath test description with assertion

* Fix eslint errors
2019-10-01 09:11:51 +02:00

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;