added playground and userroute
This commit is contained in:
6
src/config.ts
Normal file
6
src/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const Config = {
|
||||
sms_api_key: "1796570121771765",
|
||||
sms_api_secret: "0957b611d575febff1ae0fc51070c8b7",
|
||||
sms_api_request_endpoint: "https://otp.thaibulksms.com/v2/otp/request",
|
||||
sms_api_verify_endpoint: "https://otp.thaibulksms.com/v2/otp/verify",
|
||||
};
|
||||
Reference in New Issue
Block a user