Posts by Leonardo • 21 points
1 post
-
1
votes0
answers139
viewsQ: "Cannot POST" error
My code makes the mistake: Cannot POST /save-Institution when I click send in the form server.js: const express=require('express'); const path=require('path'); const pages=require('./pages.js');…