mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
send ready signal after HTTP server init
This commit is contained in:
parent
00c2d17fcb
commit
4b24cbc686
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,6 @@ import (
|
|||
|
||||
// AttachStore selects database persistence layer
|
||||
func AttachStore(r *env.Runtime, s *domain.Store) {
|
||||
|
||||
switch r.DbVariant {
|
||||
case env.DbVariantMySQL, env.DBVariantPercona, env.DBVariantMariaDB:
|
||||
StoreMySQL(r, s)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue