getFromDirectory
이 콘텐츠는 아직 번역되지 않았습니다.
Call Signature
Section titled “Call Signature”getFromDirectory(
fsRoot,options?):Route
Defined in: src/http/static/StaticFiles.ts:196
Serve files from a directory tree. With routePrefix, mounts under it.
Parameters
Section titled “Parameters”fsRoot
Section titled “fsRoot”string
options?
Section titled “options?”Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”getFromDirectory(
routePrefix,fsRoot,options?):Route
Defined in: src/http/static/StaticFiles.ts:197
Serve files from a directory tree. With routePrefix, mounts under it.
Parameters
Section titled “Parameters”routePrefix
Section titled “routePrefix”string
fsRoot
Section titled “fsRoot”string
