habitica/assets/js/app.js

5 lines
180 B
JavaScript
Raw Normal View History

"use strict";
window.habitrpg = angular.module('habitrpg', ['userServices', 'sharedServices', 'authServices', 'notificationServices', 'ui.bootstrap'])
.constant("API_URL", "");