Skip to content

Commit

Permalink
update number
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Grammens committed Jan 13, 2015
1 parent f349b70 commit 0bfbbba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grails-app/views/dial/index.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@
</p>
<g:form action="create">
<p>
Your phone number - Replace the phone number with yours. <input type="text" name="source" value="6127222795"/>
Your phone number - Replace the phone number with yours. <input type="text" name="source" value="9999999999"/>
</p>
<p>
The phone number you wish to connect to - Replace the phone number with yours. <input type="text" name="destination" value="6127222795"/>
The phone number you wish to connect to - Replace the phone number with yours. <input type="text" name="destination" value="9999999999"/>
</p>
<p>
The API Key for this service call. <input type="text" name="apiKey" value="TESTKEY" />
Expand All @@ -30,4 +30,4 @@
</g:form>
</div>
</body>
</html>
</html>

0 comments on commit 0bfbbba

Please sign in to comment.