telegram-auth-bot/Sources/TelegramModeratorBot/routes.swift

8 lines
119 B
Swift

/*
import Vapor
func routes(_ app: Application) throws {
try app.register(collection: TelegramController())
}
*/