8 lines
119 B
Swift
8 lines
119 B
Swift
|
|
/*
|
|
import Vapor
|
|
|
|
func routes(_ app: Application) throws {
|
|
try app.register(collection: TelegramController())
|
|
}
|
|
*/
|