mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-27 05:29:59 +00:00
5 lines
180 B
JavaScript
5 lines
180 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
window.habitrpg = angular.module('habitrpg', ['userServices', 'sharedServices', 'authServices', 'notificationServices', 'ui.bootstrap'])
|
||
|
|
.constant("API_URL", "");
|