Recover server.start()

This commit is contained in:
wusheng 2017-03-20 23:11:20 +08:00
parent 4a2104d25e
commit b8051d3ec3
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ public class HTTPRestServiceTestApp {
baseRequest.setHandled(true);
}
});
//server.start();
server.start();
return server;
}