Cutover to the prod proposal API, now that it's working!

This commit is contained in:
Dustin Carlino 2021-10-05 15:07:41 -07:00
parent 9803558885
commit 28a4fb6fd2

View File

@ -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>,