UNPKG

apeman-app-rest

Version:
12 lines (10 loc) 214 B
/** * Constants for URL * @namespace URLConstants */ 'use strict' /** @lends URLConstants */ module.exports = { APEMANDB_URL: 'https://github.com/apeman-labo/apemandb', JSONAPI_URL: 'http://jsonapi.org/' }