Vapor v4.27.0 Release Notes

Release Date: 2020-07-22 // almost 4 years ago
  • 🚀 ###### This patch was authored by @3a4oT and released by @tanner0101.

    ➕ Adds .running(hostname: String, port: Int) method to allow configure testable application hostname (#2448).

    try app.testable(method: .running(hostname: "127.0.0.1", port: 8080))