openstreetmap-website/app/controllers/api_controller.rb

3 lines
96 B
Ruby

class ApiController < ApplicationController
skip_before_action :verify_authenticity_token
end