Skip to content

Commit

Permalink
fix ARI path
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulexus committed Sep 4, 2018
1 parent 4cfc64e commit 4af91ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func render(e *template.Engine, customRoot string, exportRoot string) error {
}

func reload(username, secret, modules string) (err error) {
urlFormat := "http://127.0.0.1:8088/asterisk/modules/%s"
urlFormat := "http://127.0.0.1:8088/ari/asterisk/modules/%s"

for _, m := range strings.Split(modules, ",") {

Expand Down

0 comments on commit 4af91ce

Please sign in to comment.