dongquexi1990 2016-03-09 23:23
浏览 52
已采纳

minification后找不到angular-php api

I scaffolded a basic angular-php yeoman app to try it out.

angular-php

When I run grunt serve it works as expected and pulls some data using rest using $http.get('/api/features')....

When I minifiy the project it creates a dist folder which I assumed could be dropped onto a webserver so I dropped it onto XAMPP and browsed to localhost:8000/dist.

The site loads ok but it cannot find the api

localhost:8000/api/features not found

when I browse to localhost:8000/dist/api/features it returns the json so the api is functioning, so I changed the get url to $http.get('dist/api/features') only this time it says

localhost:8000/dist/dist/api/features not found

What am I missing?

  • 写回答

1条回答 默认 最新

  • dsgsdg206050 2016-03-09 23:40
    关注

    Oops. Seems I forgot a /.

    Should have been /dist/api/features

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 求daily translation(DT)偏差订正方法的代码
  • ¥15 js调用html页面需要隐藏某个按钮
  • ¥15 ads仿真结果在圆图上是怎么读数的
  • ¥20 Cotex M3的调试和程序执行方式是什么样的?
  • ¥20 java项目连接sqlserver时报ssl相关错误
  • ¥15 一道python难题3
  • ¥15 牛顿斯科特系数表表示
  • ¥15 arduino 步进电机
  • ¥20 程序进入HardFault_Handler
  • ¥15 关于#python#的问题:自动化测试