first commit
This commit is contained in:
12
comm/OnlineChat/config/spring/applicationContext-normal.xml
Executable file
12
comm/OnlineChat/config/spring/applicationContext-normal.xml
Executable file
@@ -0,0 +1,12 @@
|
||||
admin
|
||||
<action name="adminOnlineChatAction"
|
||||
class="project.onlinechat.web.AdminOnlineChatAction">
|
||||
<result name="result_make" type="json">
|
||||
<param name="root">result_make</param>
|
||||
</result>
|
||||
</action>
|
||||
|
||||
api
|
||||
<action name="onlinechat"
|
||||
class="project.onlinechat.web.OnlineChatAction">
|
||||
</action>
|
||||
Reference in New Issue
Block a user