mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 12:40:00 +00:00
6 lines
212 B
JavaScript
6 lines
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')
|