From 3ce661a751147d2ce1adbbd1d2e6a7bc645fae9a Mon Sep 17 00:00:00 2001
From: "David M. Lee" <dlee@digium.com>
Date: Wed, 16 Oct 2013 17:01:28 +0000
Subject: [PATCH] Oops. Leftover /stasis reference ........

Merged revisions 401096 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@401097 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 rest-api/resources.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rest-api/resources.json b/rest-api/resources.json
index 2079dc1b43..0bdf9de33c 100644
--- a/rest-api/resources.json
+++ b/rest-api/resources.json
@@ -4,7 +4,7 @@
 	"_svn_revision": "$Revision$",
 	"apiVersion": "0.0.1",
 	"swaggerVersion": "1.1",
-	"basePath": "http://localhost:8088/stasis",
+	"basePath": "http://localhost:8088/ari",
 	"apis": [
 		{
 			"path": "/api-docs/asterisk.{format}",
-- 
GitLab