Commit c929597a authored by mingyard's avatar mingyard

feat:修改路由

parent fbad8892
...@@ -8,7 +8,8 @@ export const setupOpenApi = (app: INestApplication) => { ...@@ -8,7 +8,8 @@ export const setupOpenApi = (app: INestApplication) => {
'HTTP status code of 200 indicates a successful response, while any non-200 status code signifies an error response. Specifically, when the HTTP status code is 401, it means that the user is unauthenticated and needs to be redirected to the login page for authentication.', 'HTTP status code of 200 indicates a successful response, while any non-200 status code signifies an error response. Specifically, when the HTTP status code is 401, it means that the user is unauthenticated and needs to be redirected to the login page for authentication.',
) )
.setVersion('1.0') .setVersion('1.0')
.addCookieAuth('translation_session'); .addCookieAuth('translation_session')
.addServer('openapi');
/** /**
* openapi 展示 * openapi 展示
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment