mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 09:41:13 +10:00
client initiate
This commit is contained in:
3
server/api/v1/client/callback/index.get.ts
Normal file
3
server/api/v1/client/callback/index.get.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler((h3) => {
|
||||
|
||||
});
|
||||
3
server/api/v1/client/callback/index.post.ts
Normal file
3
server/api/v1/client/callback/index.post.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler((h3) => {
|
||||
|
||||
});
|
||||
Reference in New Issue
Block a user