feat: Initial observations endpoint
This commit is contained in:
7
app/controllers/api/api_controller.rb
Normal file
7
app/controllers/api/api_controller.rb
Normal file
@@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
module API
|
||||
class APIController < ApplicationController
|
||||
skip_forgery_protection
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user