Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
* dev:
  fix derp
  • Loading branch information
shalzz committed Jan 12, 2020
2 parents b421b21 + 72cbdbc commit 1c26868
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ interface DataAPI {

// TODO: add logout api
companion object {
val API_VERSION = "/api/v5/dev/"
val API_VERSION = "/api/v5/prod/"
val ENDPOINT = "https://academics.8bitlabs.tech$API_VERSION"
// val ENDPOINT = "http://192.168.100.93:3000$API_VERSION"
}
Expand Down

0 comments on commit 1c26868

Please sign in to comment.