rename to twilioClient
This commit is contained in:
parent
9451f5ceab
commit
c2f3d8d414
3 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +0,0 @@
|
|||
import twilio from 'twilio';
|
||||
import { TwilioConfig } from './twilio.config';
|
||||
|
||||
export const client = twilio(TwilioConfig.twilio_account_sid, TwilioConfig.twilio_auth_token);
|
||||
|
|
@ -1 +1 @@
|
|||
export * from './client';
|
||||
export * from './twilio.client';
|
||||
4
src/lib/server/twilio/twilio.client.ts
Normal file
4
src/lib/server/twilio/twilio.client.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
import twilio from 'twilio';
|
||||
import { TwilioConfig } from './twilio.config';
|
||||
|
||||
export const twilioClient = twilio(TwilioConfig.twilio_account_sid, TwilioConfig.twilio_auth_token);
|
||||
Loading…
Add table
Reference in a new issue