mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-02-24 19:06:37 -05:00
Fix
This commit is contained in:
@@ -733,6 +733,17 @@ export const API = (_apiTypeCheck = {
|
||||
summary: 'Delete a bookmarked search by ID',
|
||||
tag: 'Searches',
|
||||
},
|
||||
'auth-google': {
|
||||
method: 'GET',
|
||||
authed: false,
|
||||
rateLimited: true,
|
||||
returns: {} as any,
|
||||
props: z.object({
|
||||
code: z.string(),
|
||||
}),
|
||||
summary: 'Google Auth',
|
||||
tag: 'Authentication',
|
||||
},
|
||||
} as const)
|
||||
|
||||
export type APIPath = keyof typeof API
|
||||
|
||||
Reference in New Issue
Block a user