mirror of
https://github.com/wahyd4/libr-2.git
synced 2026-08-09 05:15:53 +10:00
8 lines
147 B
Ruby
8 lines
147 B
Ruby
class DashboardController < ApplicationController
|
|
# before_action :authenticate_user!
|
|
|
|
def index
|
|
render json: {msg: 'Hi Tuxué'}
|
|
end
|
|
end
|