Supporters
This page is still under construction, stay tuned for updates!
import Vapor
let app = try await Application.make(.detect())
app.get("supporters") { req in
"Coming soon..."
}
try await app.execute()
import Vapor
let app = try await Application.make(.detect())
app.get("supporters") { req in
"Coming soon..."
}
try await app.execute()