menu, table,rooms, orders structure
This commit is contained in:
9
app/controllers/api/authenticate_controller.rb
Normal file
9
app/controllers/api/authenticate_controller.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
class Api::AuthenticateController < ActionController::API
|
||||
|
||||
def create
|
||||
end
|
||||
|
||||
def destroy
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user