mirror of
https://github.com/fergalmoran/dss.web.git
synced 2026-02-16 21:15:21 +00:00
Enable downloads for all
This commit is contained in:
11
server/api/thing/thing.controller.js
Normal file
11
server/api/thing/thing.controller.js
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* Using Rails-like standard naming convention for endpoints.
|
||||
* GET /api/things -> index
|
||||
*/
|
||||
|
||||
'use strict';
|
||||
|
||||
// Gets a list of Things
|
||||
export function index(req, res) {
|
||||
res.json([]);
|
||||
}
|
||||
Reference in New Issue
Block a user