init
All checks were successful
Build SMS Gateway / Build image (push) Successful in 19s

This commit is contained in:
2026-01-19 18:44:24 +07:00
commit c49851de8b
11 changed files with 514 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "sms-otp-gateway",
"version": "1.0.0",
"description": "Simple SMS OTP Gateway Service",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"express": "^4.18.2"
}
}