mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 01:15:12 +03:00
Cutover to the prod proposal API, now that it's working!
This commit is contained in:
parent
9803558885
commit
28a4fb6fd2
@ -9,8 +9,8 @@ use widgetry::{EventCtx, GfxCtx, Key, Line, Panel, SimpleState, State, Text, Tex
|
||||
|
||||
use crate::app::{App, Transition};
|
||||
|
||||
pub const PROPOSAL_HOST_URL: &str = "http://localhost:8080/v1";
|
||||
//pub const PROPOSAL_HOST_URL: &str = "https://aorta-routes.appspot.com/v1";
|
||||
//pub const PROPOSAL_HOST_URL: &str = "http://localhost:8080/v1";
|
||||
pub const PROPOSAL_HOST_URL: &str = "https://aorta-routes.appspot.com/v1";
|
||||
|
||||
pub struct ShareProposal {
|
||||
url: Option<String>,
|
||||
|
Loading…
Reference in New Issue
Block a user