implemented add post - todo create paragraphs
This commit is contained in:
@@ -77,7 +77,9 @@ module.exports = function(proxy, allowedHost) {
|
||||
disableDotRule: true,
|
||||
},
|
||||
public: allowedHost,
|
||||
proxy,
|
||||
proxy: {
|
||||
"/api":"http://localhost:5000/"
|
||||
},
|
||||
setup(app) {
|
||||
// This lets us open files from the runtime error overlay.
|
||||
app.use(errorOverlayMiddleware());
|
||||
|
||||
Reference in New Issue
Block a user