mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-21 04:39:06 +00:00
server/www: simplify operationId in openapi and update www
This commit is contained in:
@@ -26,7 +26,7 @@ const useTranscript = () => {
|
||||
);
|
||||
|
||||
api
|
||||
.transcriptsCreateV1TranscriptsPost(requestParameters)
|
||||
.v1TranscriptsCreate(requestParameters)
|
||||
.then((result) => {
|
||||
setResponse(result);
|
||||
setLoading(false);
|
||||
|
||||
Reference in New Issue
Block a user