Redirect uri

This commit is contained in:
2024-01-29 17:01:52 +08:00
parent 3c58cb8f0a
commit 2c3d4f86c8
4 changed files with 35 additions and 5 deletions

4
pkg/models/clients.go Normal file
View File

@ -0,0 +1,4 @@
package models
type OauthClients struct {
}