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

8 lines
118 B
Swift
Raw Normal View History

2024-10-19 17:39:04 +03:00
/*
import Vapor
func routes(_ app: Application) throws {
try app.register(collection: TelegramController())
}
*/