Can't access API endpoints while deploying to Heroku

后端 未结 0 450
南旧
南旧 2021-01-29 11:15

I deployed my app to Heroku, and I have a single endpoint on server.js defined :

const express = require(\'express\');
const path = require(\'path\');
const app =         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题