You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OneAuth/api/token/init.go

17 lines
280 B
Go

7 months ago
//
// Copyright (C) 2024 veypi <i@veypi.com>
// 2024-09-24 22:37:12
// Distributed under terms of the MIT license.
//
// Auto generated by OneBD. DO NOT EDIT
package token
import (
"github.com/veypi/OneBD/rest"
)
var Router = rest.NewRouter()
func init() {
useToken(Router)
}