Skip to content

Commit fe77cf9

Browse files
committed
Comment out style
1 parent c9e6564 commit fe77cf9

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

android/app/src/main/java/com/httpsms/HttpSmsApiService.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ import java.util.logging.Logger.getLogger
1515

1616
class HttpSmsApiService(private val apiKey: String) {
1717
private val apiKeyHeader = "x-api-key"
18-
private val baseURL = URI("https://a276-145-14-19-43.ngrok.io/")
19-
//private val baseURL = URI("https://api.httpsms.com")
18+
//private val baseURL = URI("https://a276-145-14-19-43.ngrok.io/")
19+
private val baseURL = URI("https://api.httpsms.com")
2020
private val jsonMediaType = "application/json; charset=utf-8".toMediaType()
2121
private val client = OkHttpClient.Builder().retryOnConnectionFailure(true).build()
2222

web/nuxt.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ export default {
6464
// Simple Usage
6565
[
6666
'nuxt-highlightjs',
67-
{
68-
style: 'AndroidStudio',
69-
},
67+
// {
68+
// style: 'AndroidStudio',
69+
// },
7070
],
7171
'@nuxtjs/sitemap', // always put it at the end
7272
],

0 commit comments

Comments
 (0)