IonicaBizau / statique

:crystal_ball: A Node.JS static server module with built-in cache options and route features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handle different methods

IonicaBizau opened this issue · comments

{
   "/add": {
      post: function (req, res) { ... }
   } 
}