feat: re-implement contact form submissions api endpoint for website
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
"Grant Type": "Authorization Code",
|
||||
"Client ID": "{{oauth2_client_id}}",
|
||||
"Client Secret": "{{oauth2_client_secret}}",
|
||||
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next.ddev.site/token",
|
||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
||||
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
||||
"Scope": "email"
|
||||
},
|
||||
@@ -17,8 +17,8 @@
|
||||
"Grant Type": "Authorization Code",
|
||||
"Client ID": "{{oauth2_client_id}}",
|
||||
"Client Secret": "{{oauth2_client_secret}}",
|
||||
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next.ddev.site/token",
|
||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
||||
"Redirect URL": "https://myep-team.ddev.site/auth/check",
|
||||
"Scope": "email profile"
|
||||
},
|
||||
@@ -27,8 +27,8 @@
|
||||
"Grant Type": "Client Credentials",
|
||||
"Client ID": "{{oauth2_api_client_id}}",
|
||||
"Client Secret": "{{oauth2_api_client_secret}}",
|
||||
"Auth URL": "https://myep-next.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next.ddev.site/token",
|
||||
"Auth URL": "https://myep-next-booking.ddev.site/authorize",
|
||||
"Token URL": "https://myep-next-booking.ddev.site/token",
|
||||
"Scope": "api"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user