DnsUpdater/Sources/App/routes.swift

9 lines
109 B
Swift
Raw Permalink Normal View History

2024-11-15 10:46:29 +01:00
import Vapor
func routes(_ app: Application) throws {
app.get { req async in
"Success"
}
}