Strapi API Custom Controller || Profile/me POST

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 ม.ค. 2025

ความคิดเห็น • 12

  • @programmingnight
    @programmingnight  2 ปีที่แล้ว

    Strapi V4 customization - th-cam.com/video/gPFbxwRGhiQ/w-d-xo.html

  • @battmanreturndark4582
    @battmanreturndark4582 2 ปีที่แล้ว +3

    Hi there is great example but please tell us more how to modify in strapi V4

  • @Ev20
    @Ev20 ปีที่แล้ว

    If you give voice instead of background sound in your video, then it is easier for us to understand.❤❤❤❤

  • @ssshammi
    @ssshammi 2 ปีที่แล้ว +1

    I do not have folder called config, the only json file in in model

    • @programmingnight
      @programmingnight  2 ปีที่แล้ว

      It because you are useing strapi V4.
      Please check my new video for strapi v4 customization - th-cam.com/video/gPFbxwRGhiQ/w-d-xo.html

  • @pwchan7443
    @pwchan7443 3 ปีที่แล้ว +1

    Can you make a video for count? for example, count how many users have created each day, each month and year. It would be great to have it. with the endpoint that can list all the date and count, like 2021-01-01: 10, 2022-01-02: 5, 2021-01-03: 7, and so on.

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      I tried it bit after your comment. but unfortunately it doesn't worked as we want.

  • @rdrahuldhiman19
    @rdrahuldhiman19 3 ปีที่แล้ว

    Thanks video was very informative. I have similar doubt. I have a custom field. Its a file selector that select files and uploads to s3 and gets the file url that im saving in strapi. Before i was doing a normal axois post request when upload button was clicked. now the requirement is that making a separate route in api/collection name/config/route and from there having a separate handler function in controller that will be called when the upload button is clicked . simply put want to have that axios post logic in route and controller. Is it possible. It would be really kind of you to reply.Thanks for your time.

    • @programmingnight
      @programmingnight  3 ปีที่แล้ว

      th-cam.com/video/rE7DTBgKFAc/w-d-xo.html
      Have you checked this video?