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