summary refs log tree commit diff
path: root/api/src/routes/channels/#channel_id/purge.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* restructure to single projectFlam3rboy2022-08-131-64/+0
|
* Split schemas into files in utilTheArcaneBrony2022-08-131-6/+1
|
* State update, havent testedTheArcaneBrony2022-08-091-1/+1
|
* fix ts errorsFlam3rboy2022-08-091-61/+46
|
* replace all var with let (reduces warnings)TheArcaneBrony2022-08-091-1/+1
|
* Update purge.tsErkin Alp Güney2022-05-151-3/+3
|
* patch for missing router schema, and also add purge route self-deletion checksErkin Alp Güney2022-04-301-2/+11
|
* introduce the purge endpointErkin Alp Güney2022-04-281-0/+75
closes #281