mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-02-21 18:02:01 +00:00
remove test api route
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m41s
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 3m41s
This commit is contained in:
parent
2c67848618
commit
0943898cc1
@ -1,16 +0,0 @@
|
||||
import { SendUserRejectionDetailSMS } from "@/actions/user-actions";
|
||||
|
||||
export async function POST(request: Request) {
|
||||
await SendUserRejectionDetailSMS({
|
||||
details: `
|
||||
A new user has requested for verification. \n
|
||||
USER DETAILS:
|
||||
Name: Jacob
|
||||
Address: Jacob House
|
||||
ID Card: A222111
|
||||
DOB: 24-08-1997
|
||||
ACC No: 7770000010629 \n\nVerify the user with the folloiwing link: ${process.env.BETTER_AUTH_URL}/users/verify
|
||||
`,
|
||||
phoneNumber: process.env.ADMIN_PHONENUMBER ?? "",
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user