Function registerStaticHttpController

  • Serves an index file and allows to load asset files from the same folder. Can be used to serve an angular application

    All paths like /. that don't match a file are redirected to ${localPath}/index.html. All paths like /. that match a file resolve to the file.

    Parameters

    Returns void

Generated using TypeDoc