1
0
Fork 0
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:
Sergey 2025-05-26 20:51:18 +02:00 committed by GitHub
commit 0123ea0600
Signed by: github
GPG key ID: B5690EEEBB952194

View file

@ -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,