mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-09 19:27:40 +02:00
feat: provide send mail through user gmail
This commit is contained in:
@@ -6,6 +6,7 @@ import uploadFile from './uploadFile.js';
|
||||
import saveSubscription from './saveSubscription.js';
|
||||
import saveInvoice from './saveInvoice.js';
|
||||
import savePayments from './savePayments.js';
|
||||
import gooogleauth from './googleauth.js';
|
||||
export const app = express();
|
||||
|
||||
dotenv.config();
|
||||
@@ -18,5 +19,7 @@ app.post('/file_upload', uploadFile);
|
||||
app.post('/savesubscription', saveSubscription)
|
||||
app.post('/saveinvoice', saveInvoice)
|
||||
app.post('/savepayment', savePayments)
|
||||
app.post('/googleauth', gooogleauth)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user