Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

404 - Not Found #33

Open
antonywusz opened this issue Jul 15, 2020 · 1 comment
Open

404 - Not Found #33

antonywusz opened this issue Jul 15, 2020 · 1 comment

Comments

@antonywusz
Copy link

No description provided.

@antonywusz
Copy link
Author

static void Main(string[] args)
{
ExampleServer server = new ExampleServer("x.x.x.x", 4050);
server.SetRoot(@"E:\Hexo\public");
server.Logger = new ConsoleLogger();
server.Start();
}
改成了自己的IP 结果报404 起不来

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

No branches or pull requests

1 participant