Error: .post() requires callback functions but got a [object Undefined] not working

后端 未结 8 1926
执念已碎
执念已碎 2021-02-04 09:35

there are several issues with the same theme, but I could not solve my problem.

Error: Route.post() requires callback functions but got a [object Undefined]
at R         


        
8条回答
  •  -上瘾入骨i
    2021-02-04 10:36

    You are only missing

    module.exports = app, or whatever you are exporting. This happened to me many times.

提交回复
热议问题