Skip to content

Commit 47ecf80

Browse files
author
Shun Fan
committed
Fix include tags in appengine twilio
1 parent 60f17a2 commit 47ecf80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

appengine/twilio/src/main/webapp/WEB-INF/appengine-web.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="utf-8"?>
2-
<!-- [START_EXCLUDE] -->
32
<!--
43
Copyright 2015 Google Inc. All Rights Reserved.
54
Licensed under the Apache License, Version 2.0 (the "License");
@@ -12,7 +11,7 @@
1211
See the License for the specific language governing permissions and
1312
limitations under the License.
1413
-->
15-
<!-- [END_EXCLUDE] -->
14+
<!-- [START config] -->
1615
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
1716
<application>YOUR-PROJECT-ID</application>
1817
<version>YOUR-VERSION-ID</version>
@@ -23,4 +22,4 @@
2322
<env-var name="TWILIO_NUMBER" value="YOUR-TWILIO-NUMBER" />
2423
</env-variables>
2524
</appengine-web-app>
26-
25+
<!-- [END config] -->

0 commit comments

Comments
 (0)