This website requires JavaScript.
Explore
Help
Register
Sign In
saulteafarmer
/
plebdevs
Watch
1
Star
0
Fork
0
You've already forked plebdevs
mirror of
https://github.com/AustinKelsay/plebdevs.git
synced
2025-04-19 19:01:19 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
plebdevs
/
vercel.json
10 lines
125 B
JSON
Raw
Normal View
History
Unescape
Escape
Added basic cron job, endpoint, and vercel setup just wrong intervals right now, also added admin and subscriptionExpiredAt into Role schema so I can show user a special message after their subscription expired
2024-09-01 12:40:25 -05:00
{
"version"
:
2
,
"crons"
:
[
{
"path"
:
"/api/users/subscription/cron"
,
Add payment to cron endpoint for recurring subscribers, set cron to nce a day, set expiration to 31 days
2024-09-01 13:36:53 -05:00
"schedule"
:
"0 0 * * *"
Added basic cron job, endpoint, and vercel setup just wrong intervals right now, also added admin and subscriptionExpiredAt into Role schema so I can show user a special message after their subscription expired
2024-09-01 12:40:25 -05:00
}
]
}
Reference in New Issue
Copy Permalink