Route for flickr auth callback -- Fixes #1106

This commit is contained in:
Brenda Wallace
2017-04-17 15:42:34 +12:00
committed by Shiny
parent faf487b719
commit 87d3764eeb
2 changed files with 2 additions and 1 deletions

View File

@@ -36,5 +36,5 @@
- else
.alert
You must
= link_to "connect your account to Flickr", '/auth/flickr'
= link_to "connect your account to Flickr", '/members/auth/flickr'
to add photos.

View File

@@ -81,6 +81,7 @@ Growstuff::Application.routes.draw do
root to: 'home#index'
get 'auth/:provider/callback' => 'authentications#create'
get 'members/auth/:provider/callback' => 'authentications#create'
get '/shop' => 'shop#index'
get '/shop/:action' => 'shop#:action'