Giter Club home page Giter Club logo

Comments (4)

q809198545 avatar q809198545 commented on September 25, 2024

你更新下项目,目前已经修复这BUG了,在路由index,js
res.redirect('./sorry/');

from node-sorry.

ForlornLily avatar ForlornLily commented on September 25, 2024

新疑问:第一次进默认sorry页面,还是为404;
应该是因为router.post('/:name/make', Render.action);
此时name是个空,不知道如何解决,请指教_(:з」∠)_

from node-sorry.

q809198545 avatar q809198545 commented on September 25, 2024

你注意看下url,新版的代码应该都能跳转到http://127.0.0.1:3000/sorry/,如果不行看代码(最后带上/)
router.get('/', function (req, res, next) {
res.redirect('./sorry/');
});

from node-sorry.

ForlornLily avatar ForlornLily commented on September 25, 2024

嗯嗯,原因是sorry后面少了"/",正确应该是ip:3000/sorry/。
谢谢!

from node-sorry.

Related Issues (3)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.