Skip to content

Commit 0fff0b2

Browse files
Remove comments
1 parent f3e72a9 commit 0fff0b2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Examples/web/Sources/SparkConnectSwiftWeb/configure.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ import Vapor
2121

2222
// configures your application
2323
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-
2724
// register routes
2825
try routes(app)
2926
}

0 commit comments

Comments
 (0)