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

7 lines
118 B
Swift

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