Adding functionality to join rooms.

This commit is contained in:
2021-02-04 17:50:52 -06:00
parent c21eb8e3c2
commit ed08994a7c
4 changed files with 27 additions and 22 deletions

View File

@ -17,7 +17,7 @@ import (
// Run ...
func Run(info *router.BuildInfo) error {
conf, err := config.GetConfig("/config/config.json")
conf, err := config.GetConfig("config.json")
if err != nil {
log.Fatal().Err(err)
}