Skip to content

Commit 4c88557

Browse files
committed
remove video from example
1 parent 9c503d7 commit 4c88557

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ int main(int argc, char **argv) {
1616
server.post("/up", new UploadHandler());
1717
server.get("/rand", new RandomNumberHandler());
1818
server.get("/home.png", new ShowImage("static/home.png"));
19-
server.get("/aa", new ShowImage("static/img.jpeg"));
2019
server.get("/", new ShowPage("static/home.html"));
2120
server.run();
2221
} catch (Server::Exception e) {

0 commit comments

Comments
 (0)