Commit e0d7ec96 authored by Gyeongho Park's avatar Gyeongho Park

[MOD] swagger url 리다이렉트 주소 변경

parent 9c6fa42e
......@@ -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());
}
}
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