mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
Add more routes for media upload
This commit is contained in:
parent
4afd939b18
commit
930b84826b
5 changed files with 138 additions and 6 deletions
|
|
@ -8,5 +8,6 @@ export interface APIRouteMeta {
|
|||
auth: {
|
||||
required: boolean;
|
||||
requiredOnMethods?: ("GET" | "POST" | "PUT" | "DELETE" | "PATCH")[];
|
||||
oauthPermissions?: string[];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue