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 a2c3166 commit 6eba0b6Copy full SHA for 6eba0b6
Examples/HelloWorldHummingbird/Sources/main.swift
@@ -18,7 +18,7 @@ import Hummingbird
18
let myos = ProcessInfo.processInfo.operatingSystemVersionString
19
20
let router = Router()
21
-router.get { request, _ -> String in "Hello World, from Hummingbird on \(myos)\n" }
+router.get { request, _ -> String in "Hello Badger, from Hummingbird on \(myos)\n" }
22
23
let app = Application(router: router, configuration: .init(address: .hostname("0.0.0.0", port: 8080)))
24
0 commit comments