Commit c138ab76 authored by JunHyung An's avatar JunHyung An
Browse files

typo

parent 2731a9ed
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ export default {
        key1: this.message,
        key2: this.message2,
        },
      {
        responseType: 'json',
        headers: {
								'Content-Type': 'application/json',
@@ -51,9 +52,9 @@ export default {
          }
      )
        .then(response => {
          //console.log(response);
          let result = response.data
          console.log(result);

          // Do something with the response data
          // window.location.href = `#/result?lat=${lat}&lng=${lng}`;