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