mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 15:52:39 +10:00
ca groundwork
This commit is contained in:
3
server/api/v1/client/handshake.post.ts
Normal file
3
server/api/v1/client/handshake.post.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler((h3) => {
|
||||
|
||||
})
|
||||
3
server/api/v1/client/initiate.post.ts
Normal file
3
server/api/v1/client/initiate.post.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler(async (h3) => {
|
||||
|
||||
});
|
||||
3
server/api/v1/client/session.post.ts
Normal file
3
server/api/v1/client/session.post.ts
Normal file
@ -0,0 +1,3 @@
|
||||
export default defineEventHandler((h3) => {
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user