Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加接口后,访问出现404错误 #45

Open
emp479 opened this issue Dec 1, 2019 · 3 comments
Open

增加接口后,访问出现404错误 #45

emp479 opened this issue Dec 1, 2019 · 3 comments

Comments

@emp479
Copy link

emp479 commented Dec 1, 2019

在VOL.WebApi\Controllers\AppManager\Partial对应文件增加接口后,访问出现404错误,如http://127.0.0.1:8080/health/test

[HttpGet, Route("test")]
public IActionResult test()
{
return Ok("test");
}

@cq-panda
Copy link
Owner

cq-panda commented Dec 1, 2019 via email

@emp479
Copy link
Author

emp479 commented Dec 1, 2019

试过端口改为9991也不行

@cq-panda
Copy link
Owner

cq-panda commented Dec 1, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants