mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-01 15:31:16 +00:00
6 lines
No EOL
212 B
JavaScript
6 lines
No EOL
212 B
JavaScript
"use strict";
|
|
|
|
window.habitrpg = angular.module('habitrpg', ['userServices'])
|
|
.constant("API_URL", "")
|
|
.constant("STORAGE_USER_ID", 'habitrpg-user')
|
|
.constant("STORAGE_SETTINGS_ID", 'habit-mobile-settings') |