Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created April 28, 2020 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/4fb67f05633b1caa649f5b93db1345ee to your computer and use it in GitHub Desktop.
Save fitomad/4fb67f05633b1caa649f5b93db1345ee to your computer and use it in GitHub Desktop.
// configures your application
public func configure(_ app: Application) throws {
// Ahora ya se sirven los archivos
// ubicados la carpeta /Publicr
app.middleware.use(FileMiddleware(publicDirectory: app.directory.publicDirectory))
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment