feat: Update instagram webhooks URL (#3197)

This commit is contained in:
Tejaswini Chile
2021-10-12 12:46:27 +05:30
committed by GitHub
parent c1d68cc8ae
commit 5749d25ff8
3 changed files with 19 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
class Api::V1::InstagramCallbacksController < ApplicationController
class Webhooks::InstagramController < ApplicationController
skip_before_action :authenticate_user!, raise: false
skip_before_action :set_current_user