routes/api/app

Overview

This file handles all requests related to the programmatic API interface for accessing the system. These routes are all intended to be called programmatically by other code, and so should all return json replies

Source:
Author:

Methods

(inner) setupRouter(urlPath)

Source:

Add the API routes

Parameters:
Name Type Description
urlPath string

the base path of these relative paths

Returns:

router object