add POST /api/webhooks/checkin/{id}

This commit is contained in:
shibafu
2020-07-19 23:04:10 +09:00
parent 5926c6e640
commit de07e950f2
6 changed files with 106 additions and 10 deletions

View File

@@ -14,6 +14,7 @@ class Ejaculation extends Model
const SOURCE_WEB = 'web';
const SOURCE_CSV = 'csv';
const SOURCE_WEBHOOK = 'webhook';
protected $fillable = [
'user_id', 'ejaculated_date',