Skip to content

Commit acc86fe

Browse files
committed
fixed api url
1 parent 3ad2f5b commit acc86fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ NOTIFI_API_KEY=your-api-key
3636
NOTIFI_SENDER_ID=your-sender-id
3737
3838
# Optional Configuration
39-
NOTIFI_API_URL=https://notifi.lk/api/v1
39+
NOTIFI_API_URL=https://app.notify.lk/api/v1
4040
NOTIFI_TIMEOUT=30
4141
NOTIFI_CONNECT_TIMEOUT=10
4242
NOTIFI_SSL_VERIFY=true

config/sms-notify.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
'user_id' => env('NOTIFI_USER_ID'),
1111
'api_key' => env('NOTIFI_API_KEY'),
1212
'sender_id' => env('NOTIFI_SENDER_ID', 'NotifyDemo'),
13-
'base_url' => env('NOTIFI_API_URL', 'https://notifi.lk/api/v1'),
13+
'base_url' => env('NOTIFI_API_URL', 'https://app.notify.lk/api/v1'),
1414
],
1515

1616
/*

0 commit comments

Comments
 (0)