fixing url in plaintext shipping app, ignoring swf files so I don't accidentally add them :)
This commit is contained in:
parent
74c080005b
commit
6249efbac8
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.swf
|
@ -26,7 +26,7 @@
|
|||||||
]]>
|
]]>
|
||||||
</mx:Script>
|
</mx:Script>
|
||||||
|
|
||||||
<mx:HTTPService id="plainRPC" url="http://localhost:18080/text"
|
<mx:HTTPService id="plainRPC" url="http://10.10.231.98:18080/text"
|
||||||
result="handlePlain(event)"
|
result="handlePlain(event)"
|
||||||
fault="handleFault(event)"
|
fault="handleFault(event)"
|
||||||
resultFormat="text">
|
resultFormat="text">
|
||||||
|
Loading…
Reference in New Issue
Block a user