class ChatController < ApplicationController
 
    def index
 
    end
 
    def ws
 
    end
end