We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e72a9 commit 0fff0b2Copy full SHA for 0fff0b2
Examples/web/Sources/SparkConnectSwiftWeb/configure.swift
@@ -21,9 +21,6 @@ import Vapor
21
22
// configures your application
23
public func configure(_ app: Application) async throws {
24
- // uncomment to serve files from /Public folder
25
- // app.middleware.use(FileMiddleware(publicDirectory: app.directory.publicDirectory))
26
-
27
// register routes
28
try routes(app)
29
}
0 commit comments