habits-cli
Version:
The habits application seeks to help individuals build up healthy habits.
9 lines (8 loc) • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Endpoints = void 0;
var Endpoints;
(function (Endpoints) {
Endpoints["test"] = "http://habits.test.jimmy-lan.com/api/v1";
Endpoints["local"] = "http://localhost:5000/api/v1";
})(Endpoints = exports.Endpoints || (exports.Endpoints = {}));