region
This commit is contained in:
@@ -3,6 +3,7 @@ import { IEndpointMeta } from './endpoints.types';
|
|||||||
import { localUsernameSchema, passwordSchema } from './schemas/user';
|
import { localUsernameSchema, passwordSchema } from './schemas/user';
|
||||||
|
|
||||||
export const endpoints = {
|
export const endpoints = {
|
||||||
|
//#region admin
|
||||||
'admin/accounts/create': {
|
'admin/accounts/create': {
|
||||||
tags: ['admin'],
|
tags: ['admin'],
|
||||||
defines: [{
|
defines: [{
|
||||||
@@ -1964,7 +1965,11 @@ export const endpoints = {
|
|||||||
},
|
},
|
||||||
res: undefined,
|
res: undefined,
|
||||||
}],
|
}],
|
||||||
}
|
},
|
||||||
|
//#endregion
|
||||||
|
|
||||||
|
//#region antenna
|
||||||
|
//#endregion
|
||||||
} as const satisfies { [x: string]: IEndpointMeta; };
|
} as const satisfies { [x: string]: IEndpointMeta; };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user