3c11f76998
habitrpg-shared another day
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", "");
|