Prometheus config file issue

Hello team my prometheus is running fine on port 9090 and in targets i can see my prometheus server endpoint in up state but i have created another job to monitor my dot net api but on promethes dashboard i cant see my dot net api endpoint, please help, here is my config file

  • job_name: “prometheus”

    metrics_path defaults to ‘/metrics’

    scheme defaults to ‘http’.

    static_configs:

    • targets: [“localhost:9090”]
  • job_name: “dev”

    static_configs:

    • targets: [“https:my dot net api url/metrics”]

~