address/get → address/suggestions
This commit is contained in:
parent
43f9fc93de
commit
6658b466cb
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ import { getJSON, fire } from '@utils';
|
||||||
const sources = [
|
const sources = [
|
||||||
{
|
{
|
||||||
type: 'address',
|
type: 'address',
|
||||||
url: '/address/search'
|
url: '/address/suggestions'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: 'path',
|
type: 'path',
|
||||||
|
|
|
@ -250,7 +250,7 @@ Rails.application.routes.draw do
|
||||||
# Addresses
|
# Addresses
|
||||||
#
|
#
|
||||||
|
|
||||||
get 'address/search' => 'address#get'
|
get 'address/suggestions' => 'address#get'
|
||||||
get 'address/geocode' => 'address#geocode'
|
get 'address/geocode' => 'address#geocode'
|
||||||
|
|
||||||
namespace :invites do
|
namespace :invites do
|
||||||
|
|
Loading…
Reference in a new issue