mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-11 03:24:16 +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"]
|
//static useMiddlewares = ["withAuthentication"]
|
||||||
|
|
||||||
get = {
|
get = {
|
||||||
"/feed": {
|
"/explore/posts": {
|
||||||
middlewares: ["withOptionalAuthentication"],
|
middlewares: ["withOptionalAuthentication"],
|
||||||
fn: Schematized({
|
fn: Schematized({
|
||||||
select: ["user_id"]
|
select: ["user_id"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user