Skip to content

Commit 872b41a

Browse files
committed
removing api
1 parent 225f9ce commit 872b41a

File tree

4 files changed

+0
-126
lines changed

4 files changed

+0
-126
lines changed

api/README.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

api/contractors.json

Lines changed: 0 additions & 119 deletions
This file was deleted.

build/dev-server.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ app.use(devMiddleware)
4141
// compilation error display
4242
app.use(hotMiddleware)
4343

44-
// serve mock api
45-
app.use('/api', express.static('./api'))
46-
4744
devMiddleware.waitUntilValid(function () {
4845
console.log('> Listening at http://localhost:' + port + '\n')
4946
})

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
"babel-register": "^6.0.0",
3232
"chai": "^3.5.0",
3333
"chalk": "^1.1.3",
34-
"connect-history-api-fallback": "^1.1.0",
3534
"cross-env": "^3.1.3",
3635
"cross-spawn": "^4.0.2",
3736
"css-loader": "^0.25.0",

0 commit comments

Comments
 (0)