mirror of
https://github.com/lubosz/overte.git
synced 2025-04-16 10:46:45 +02:00
fix place lookup for new APIs
This commit is contained in:
parent
e47fb5750b
commit
bb44d8b478
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
|||
#include "LocationManager.h"
|
||||
|
||||
const QString GET_USER_ADDRESS = "/api/v1/users/%1/address";
|
||||
const QString GET_PLACE_ADDRESS = "/api/v1/places/%1/address";
|
||||
const QString GET_PLACE_ADDRESS = "/api/v1/places/%1";
|
||||
const QString GET_ADDRESSES = "/api/v1/addresses/%1";
|
||||
const QString POST_PLACE_CREATE = "/api/v1/places/";
|
||||
|
||||
|
|
Loading…
Reference in a new issue