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