The GET method is not supported for route api/login. Supported methods: POST

i made a post route in laravel but when access it i find that get request was sent
this is error SymfonyComponentHttpKernelExceptionMethodNotAllowedHttpException: The GET method is not supported for route api/login. Supported methods: POST

  • these are post routes
  • this is request that i sent from postman