mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 09:33:09 +02:00
region
This commit is contained in:
parent
2fc2f2d616
commit
4001c974a6
1 changed files with 6 additions and 1 deletions
|
@ -3,6 +3,7 @@ import { IEndpointMeta } from './endpoints.types';
|
|||
import { localUsernameSchema, passwordSchema } from './schemas/user';
|
||||
|
||||
export const endpoints = {
|
||||
//#region admin
|
||||
'admin/accounts/create': {
|
||||
tags: ['admin'],
|
||||
defines: [{
|
||||
|
@ -1964,7 +1965,11 @@ export const endpoints = {
|
|||
},
|
||||
res: undefined,
|
||||
}],
|
||||
}
|
||||
},
|
||||
//#endregion
|
||||
|
||||
//#region antenna
|
||||
//#endregion
|
||||
} as const satisfies { [x: string]: IEndpointMeta; };
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue