add getPost api endpoint

for getting a post by its id
This commit is contained in:
Mystikfluu
2022-06-22 20:16:33 +02:00
parent 297d7c6eb0
commit dcd1013e38
2 changed files with 26 additions and 0 deletions
+5
View File
@@ -106,6 +106,11 @@
"enabled": true,
"max": 6,
"reset_time": 120000
},
"/api/getPost": {
"enabled": true,
"max": 40,
"reset_time": 30000
}
}
},