Hi,
I have the app codes (directory format) in the path of src/tpf_webapp
, and run it with bokeh serve src/tpf_webapp
. The URL thus has a path of /tpf_webapp
.
I want to shorten the path in the URL to be something more succinct, e.g. /tpf
. Is there a way to do it, other than renaming the app codes directory to src/tpf
?
Thanks!