Mattias Bodlund 1 week ago
parent
commit
03d00ea0d7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/controllers/api/v1/leaderboard_controller.rb

+ 1
- 0
app/controllers/api/v1/leaderboard_controller.rb View File

@ -1,5 +1,6 @@
class Api::V1::LeaderboardController < ApplicationController class Api::V1::LeaderboardController < ApplicationController
skip_before_action :verify_authenticity_token skip_before_action :verify_authenticity_token
skip_before_action :authenticate
ACCESS_TOKEN = "ikea-tomato-2026" ACCESS_TOKEN = "ikea-tomato-2026"
before_action :set_cors_headers, :set_locale_to_default, :verify_access_token before_action :set_cors_headers, :set_locale_to_default, :verify_access_token


Loading…
Cancel
Save