simple page with news from all around the globe
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 satır
177B

  1. {
  2. "/api": {
  3. "target": "https://newsapi.org/v2",
  4. "secure": false,
  5. "pathRewrite": {
  6. "^/api": ""
  7. },
  8. "changeOrigin": true,
  9. "logLevel": "debug"
  10. }
  11. }