Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
vridge-docs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
JIRA
JIRA
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Gyeongho Park
vridge-docs
Commits
e0d7ec96
Commit
e0d7ec96
authored
Feb 10, 2023
by
Gyeongho Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] swagger url 리다이렉트 주소 변경
parent
9c6fa42e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
VridgeDocsApplication.java
...ain/java/com/vazil/vridge/docs/VridgeDocsApplication.java
+1
-1
No files found.
docs-back/src/main/java/com/vazil/vridge/docs/VridgeDocsApplication.java
View file @
e0d7ec96
...
...
@@ -20,7 +20,7 @@ public class VridgeDocsApplication {
@Bean
RouterFunction
<
ServerResponse
>
routerFunction
()
{
return
route
(
GET
(
"/api/swagger"
),
req
->
ServerResponse
.
temporaryRedirect
(
URI
.
create
(
"/swagger-ui/index.html"
)).
build
());
return
route
(
GET
(
"/api/swagger"
),
req
->
ServerResponse
.
temporaryRedirect
(
URI
.
create
(
"/
api/
swagger-ui/index.html"
)).
build
());
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment