log controllers/routes.go @ 242:24eb518b0394

age author description
Thu, 26 Jul 2018 18:22:40 +0200 Sascha L. Teichmann /users delete should be handled by HTTP DELETE not PUT.
Thu, 26 Jul 2018 17:56:02 +0200 Sascha L. Teichmann Implemented /user delete controller.
Thu, 26 Jul 2018 17:15:22 +0200 Sascha L. Teichmann Renamed JSONHandler.Process to JSONHandler.Handler as it sounds more symmetrical.
Thu, 26 Jul 2018 17:07:03 +0200 Sascha L. Teichmann Reduce boilerplate code when writing JSON parsing/generating endpoints.
Thu, 26 Jul 2018 15:42:57 +0200 Sascha L. Teichmann Implemented /users update controller.
Thu, 26 Jul 2018 13:47:38 +0200 Sascha L. Teichmann Fixed bad route to /logout controller.
Thu, 26 Jul 2018 12:24:30 +0200 Sascha L. Teichmann Refactored gemma server to be more REST-like.