Toggle navigation
Toggle navigation
This project
Loading...
Sign in
방승일
/
mamuri-bot
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
윤준석
2022-05-15 23:30:05 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
31721d9484c9d322528f6349d8027230980f7f4e
31721d94
1 parent
10366acd
FIX: router url JoongNa to joongna
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
joongna/router/router.go
joongna/router/router.go
View file @
31721d9
...
...
@@ -8,7 +8,7 @@ import (
const
(
API
=
"/api/v2"
APIJoongNa
=
API
+
"/
JoongN
a"
APIJoongNa
=
API
+
"/
joongn
a"
APIKeyword
=
APIJoongNa
+
"/:keyword"
)
...
...
Please
register
or
login
to post a comment