mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-10 11:04:15 +00:00
rename endpoint to /explore/posts
This commit is contained in:
parent
6f2e5a5fee
commit
3666454e59
@ -8,7 +8,7 @@ export default class PostsController extends Controller {
|
||||
//static useMiddlewares = ["withAuthentication"]
|
||||
|
||||
get = {
|
||||
"/feed": {
|
||||
"/explore/posts": {
|
||||
middlewares: ["withOptionalAuthentication"],
|
||||
fn: Schematized({
|
||||
select: ["user_id"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user