Skip to content

Commit 6eba0b6

Browse files
committed
test: break hummingbird
1 parent a2c3166 commit 6eba0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/HelloWorldHummingbird/Sources/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import Hummingbird
1818
let myos = ProcessInfo.processInfo.operatingSystemVersionString
1919

2020
let router = Router()
21-
router.get { request, _ -> String in "Hello World, from Hummingbird on \(myos)\n" }
21+
router.get { request, _ -> String in "Hello Badger, from Hummingbird on \(myos)\n" }
2222

2323
let app = Application(router: router, configuration: .init(address: .hostname("0.0.0.0", port: 8080)))
2424

0 commit comments

Comments
 (0)