Toggle navigation
Toggle navigation
This project
Loading...
Sign in
cse437_e
/
smartdoorlock-frontend
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
오윤석
2020-11-07 05:57:44 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
09c514ece5ddf957e73ccb49bbad75428647d512
09c514ec
1 parent
b13090b9
api domain port 변경
어디선가 포트 프록시를 해준다는 가정. 원활한 테스트를 위해 변경
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
app/src/main/java/com/sunnni/smartdoorlock/api/Api.java
app/src/main/java/com/sunnni/smartdoorlock/api/Api.java
View file @
09c514e
...
...
@@ -23,7 +23,7 @@ public class Api {
void
callbackMethod
(
Object
obj
);
}
static
private
final
String
DOMAIN
=
"gateway.bu.to
:8000
"
;
static
private
final
String
DOMAIN
=
"gateway.bu.to"
;
static
private
String
accessToken
=
null
;
static
private
void
callApi
(
final
String
method
,
final
String
endpoint
,
final
JsonObject
params
,
final
Callback
callback
)
{
...
...
Please
register
or
login
to post a comment