Skip to content

Commit

Permalink
[ADD] Login Change + 보행자 경로
Browse files Browse the repository at this point in the history
  • Loading branch information
jinjoo-lab committed Sep 26, 2023
1 parent 6a95ecc commit c6ebf21
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -574,11 +574,14 @@ <h4 id="_첫_로그인_http_response"><a class="link" href="#_첫_로그인_http
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 84
Content-Length: 128

{
"accessToken" : "access.token.value",
"refreshToken" : "refresh.token.value"
"status" : "SI",
"tokenDto" : {
"accessToken" : "access.token.value",
"refreshToken" : "refresh.token.value"
}
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -608,11 +611,14 @@ <h4 id="_저장된_멤버_로그인_http_response"><a class="link" href="#_저
<div class="content">
<pre class="highlightjs highlight nowrap"><code class="language-http hljs" data-lang="http">HTTP/1.1 200 OK
Content-Type: application/json;charset=UTF-8
Content-Length: 84
Content-Length: 128

{
"accessToken" : "access.token.value",
"refreshToken" : "refresh.token.value"
"status" : "SI",
"tokenDto" : {
"accessToken" : "access.token.value",
"refreshToken" : "refresh.token.value"
}
}</code></pre>
</div>
</div>
Expand Down Expand Up @@ -822,7 +828,7 @@ <h4 id="_주변_장소_검색_http_response"><a class="link" href="#_주변_장
</div>
<div id="footer">
<div id="footer-text">
Last updated 2023-09-25 01:12:00 +0900
Last updated 2023-09-25 09:46:31 +0900
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.18.3/highlight.min.js"></script>
Expand Down

0 comments on commit c6ebf21

Please sign in to comment.