mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
6 lines
230 B
JavaScript
6 lines
230 B
JavaScript
"use strict";
|
|
|
|
window.habitrpg = angular.module('habitrpg', ['userServices', 'memberServices'])
|
|
.constant("API_URL", "")
|
|
.constant("STORAGE_USER_ID", 'habitrpg-user')
|
|
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings') |