@@ -21,7 +21,7 @@ func init() {
),
web.NSNamespace("/alarm",
web.NSInclude(
- &controllers.SmsController{},
+ &controllers.AlarmMsgController{},
)