mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
Merge pull request #2451 from anyproto/fix-api-typo
API: Fix typo for embedded docs
This commit is contained in:
commit
0123ea0600
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ func (s *apiService) runServer() {
|
|||
return
|
||||
}
|
||||
|
||||
s.srv = server.NewServer(s.mw, s.accountService, s.eventService, openapiJSON, openapiYAML)
|
||||
s.srv = server.NewServer(s.mw, s.accountService, s.eventService, openapiYAML, openapiJSON)
|
||||
|
||||
s.httpSrv = &http.Server{
|
||||
Addr: s.listenAddr,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue