Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

177
Views
strapi user public not showing all handlers

I have an issue with Strapi.

I want to enable an autorization for a handler in my public role (for an API request).

But the handlers that i want to check are not displayed on the menu.

Here is the routes.js file.

{
  "routes": [
    {
      "method": "POST",
      "path": "/services/audit",
      "handler": "service.audit",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/services/audit",
      "handler": "service.audit",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/services/dehiba/:departementId",
      "handler": "service.dehiba",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/services/hbpc/calendar",
      "handler": "hbpc.syncCalendar",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/services/hbpc/rank",
      "handler": "hbpc.syncRank",
      "config": {
        "policies": []
      }
    },
    {
      "method": "GET",
      "path": "/services/images",
      "handler": "service.parseImage",
      "config": {
        "policies": []
      }
    }
  ]
}

And here the handlers who are displayed on my menu

Click here to see the handlers

Do you know how to edit the handlers to display in the Roles and permissions plugin please ? Thanks you

about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!