mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-02 14:14:24 +00:00
4 lines
85 B
JavaScript
Executable File
4 lines
85 B
JavaScript
Executable File
var User = DSSModel.extend({
|
|
urlRoot:window.appSettings.urlRoot + "user/"
|
|
});
|