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
0f5b1be6
Commit
0f5b1be6
authored
Apr 12, 2023
by
Gyeongho Park
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOD] controller /api prefix url 추가
parent
2a510012
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
GuideIndexController.java
...om/vazil/vridge/docs/controller/GuideIndexController.java
+1
-1
No files found.
docs-back/src/main/java/com/vazil/vridge/docs/controller/GuideIndexController.java
View file @
0f5b1be6
...
...
@@ -13,7 +13,7 @@ import org.springframework.web.bind.annotation.*;
@RestController
@AllArgsConstructor
@Log4j2
@RequestMapping
(
"/guide-index"
)
@RequestMapping
(
"/
api/
guide-index"
)
@CrossOrigin
@Api
(
"가이드 API V1"
)
public
class
GuideIndexController
{
...
...
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