2
1
mirror of https://github.com/s00500/nodeMessageBoard.git synced 2025-07-12 19:11:00 +00:00

Added basic database delete page

This commit is contained in:
2016-03-15 13:21:33 +01:00
parent 1df24799c5
commit ee2462a40c
5 changed files with 97 additions and 2 deletions

2
app.js
View File

@ -13,4 +13,6 @@ handle["/js/jquery-1.12.1.min"] = requestHandlers.sendJquery;
handle["/js/jquery-ui.js"] = requestHandlers.sendJqueryUI;
handle["/css/bootstrap.min.css"] = requestHandlers.sendBootstrap;
handle["/clear"] = requestHandlers.sendClear;
server.start(router.route,handle,debug);